Search found 1 match

by ekhirs5a
16.09.2021, 15:50
Forum: ZeosLib 7.3/8.0 Forum
Topic: TZParams compatibility Fastreport
Replies: 2
Views: 249

TZParams compatibility Fastreport

it would be possible because of compatibility TZParmas property Bound: Boolean read FBound; in TParams property Bound: Boolean read FBound write FBound; { Bound should be True in design mode } procedure frxParamsToZParams(Query: TfrxCustomQuery; Params: TZParams); var i: Integer; Item: TfrxParamItem...