I am using FIBPlus library and Delphi 10.3 Rio.
Inside my project I have TpFIBDataSet component.
Under SQL Generator I defined SQL Select with 'where clause' and inside 'where clause' I have one parameter.
My SQL Select and parameter called ':BROJ'
How can I use that parameter in my code, and how can I pass value into that parameter?