TQueryUDB - descendant of TADOQuery/TZQuery/TSimpleDataSet/TIBQuery/TpFIBDataSet
 |
property DataSetField; |
 |
property TableName: string read FTableName write FTableName; |
 |
property IdFieldName: string read FIdFieldName write FIdFieldName; |
 |
property FieldImgIdx: TStrings read FFieldImgIdx write SetFieldImgIdx; |
 |
property FieldPropsAutoLoad: boolean read FFieldPropsAutoLoad write FFieldPropsAutoLoad default true; |
 |
property FieldDefFormatAutoSet: boolean read FFieldDefFormatAutoSet write FFieldDefFormatAutoSet default true; |
 |
property ControlsToUpdate: TStrings read FControlsToUpdate write SetControlsToUpdate; |
 |
property ControlsReadOnlyColor: TColor read FControlsReadOnlyColor write FControlsReadOnlyColor default clBtnFace; |
 |
property ConfirmDelete: boolean read FConfirmDelete write FConfirmDelete default false; |
 |
property ReadOnly: boolean read GetReadOnly write SetReadOnly default false; |
 |
property FieldTagToDuplic: byte read FFieldTagToDuplic write FFieldTagToDuplic default 1; |
 |
property FieldTagToReadOnly: byte read FFieldTagToReadOnly write FFieldTagToReadOnly default 2; |
 |
property CheckFieldSizeBeforePost: boolean read FCheckFieldSizeBeforePost write FCheckFieldSizeBeforePost default false; |
 |
property SQL: TStrings read GetSQL write SetSQL; |
 |
property Connection: read GetConnection write SetConnection; |
 |
property OnDataSetEvent: TDataSetEvent read FDataSetEvent write FDataSetEvent; |