Class TDbfMasterLink
Unit
Declaration
type TDbfMasterLink = class(TDataLink)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TDataLink
- TDbfMasterLink
Overview
Methods
| Protected | procedure ActiveChanged; override; |
| Protected | procedure CheckBrowseMode; override; |
| Protected | procedure LayoutChanged; override; |
| Protected | procedure RecordChanged(Field: TField); override; |
| Public | constructor Create(ADataSet: TDbf); |
| Public | destructor Destroy; override; |
Properties
| Public | property FieldNames: string read FFieldNames write SetFieldNames; |
| Public | property ValidExpression: Boolean read FValidExpression write FValidExpression; |
| Public | property FieldsVal: TRecordBuffer read GetFieldsVal; |
| Public | property Parser: TDbfParser read FParser; |
| Public | property OnMasterChange: TNotifyEvent read FOnMasterChange write FOnMasterChange; |
| Public | property OnMasterDisable: TNotifyEvent read FOnMasterDisable write FOnMasterDisable; |
Description
Methods
| Protected | procedure ActiveChanged; override; |
|
This item has no description. | |
| Protected | procedure CheckBrowseMode; override; |
|
This item has no description. | |
| Protected | procedure LayoutChanged; override; |
|
This item has no description. | |
| Protected | procedure RecordChanged(Field: TField); override; |
|
This item has no description. | |
| Public | constructor Create(ADataSet: TDbf); |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Properties
| Public | property FieldNames: string read FFieldNames write SetFieldNames; |
|
This item has no description. | |
| Public | property ValidExpression: Boolean read FValidExpression write FValidExpression; |
|
This item has no description. | |
| Public | property FieldsVal: TRecordBuffer read GetFieldsVal; |
|
This item has no description. | |
| Public | property Parser: TDbfParser read FParser; |
|
This item has no description. | |
| Public | property OnMasterChange: TNotifyEvent read FOnMasterChange write FOnMasterChange; |
|
This item has no description. | |
| Public | property OnMasterDisable: TNotifyEvent read FOnMasterDisable write FOnMasterDisable; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.