Class TMasterDataLink
Unit
Declaration
type TMasterDataLink = class(TDetailDataLink)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TDataLink
- TDetailDataLink
- TMasterDataLink
Overview
Methods
| Protected | procedure ActiveChanged; override; |
| Protected | procedure CheckBrowseMode; override; |
| Protected | function GetDetailDataSet: TDataSet; override; |
| Protected | procedure LayoutChanged; override; |
| Protected | procedure RecordChanged(Field: TField); override; |
| Protected | Procedure DoMasterDisable; virtual; |
| Protected | Procedure DoMasterChange; virtual; |
| Public | constructor Create(ADataSet: TDataSet); virtual; |
| Public | destructor Destroy; override; |
Properties
| Public | property FieldNames: string read FFieldNames write SetFieldNames; |
| Public | property Fields: TList read FFields; |
| 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 | function GetDetailDataSet: TDataSet; 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. | |
| Protected | Procedure DoMasterDisable; virtual; |
|
This item has no description. | |
| Protected | Procedure DoMasterChange; virtual; |
|
This item has no description. | |
| Public | constructor Create(ADataSet: TDataSet); virtual; |
|
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 Fields: TList read FFields; |
|
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.