Class TDataLink
Unit
Declaration
type TDataLink = class(TPersistent)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TDataLink
Overview
Methods
| Protected | function datasourcereadonly(): boolean virtual; |
| Protected | procedure updateactive(); |
| Protected | procedure ActiveChanged; virtual; |
| Protected | procedure CheckBrowseMode; virtual; |
| Protected | procedure DataEvent(Event: TDataEvent; Info: Ptrint); virtual; |
| Protected | procedure DataSetChanged; virtual; |
| Protected | procedure DataSetScrolled(Distance: Integer); virtual; |
| Protected | procedure EditingChanged; virtual; |
| Protected | procedure FocusControl(Field: TFieldRef); virtual; |
| Protected | function GetActiveRecord: Integer; virtual; |
| Protected | function GetBOF: Boolean; virtual; |
| Protected | function GetBufferCount: Integer; virtual; |
| Protected | function GetEOF: Boolean; virtual; |
| Protected | function GetRecordCount: Integer; virtual; |
| Protected | procedure LayoutChanged; virtual; |
| Protected | function MoveBy(Distance: Integer): Integer; virtual; |
| Protected | procedure RecordChanged(Field: TField); virtual; |
| Protected | procedure SetActiveRecord(Value: Integer); virtual; |
| Protected | procedure SetBufferCount(Value: Integer); virtual; |
| Protected | procedure UpdateData; virtual; |
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | function Edit: Boolean; |
| Public | procedure UpdateRecord; |
| Public | function ExecuteAction(Action: TBasicAction): Boolean; virtual; |
| Public | function UpdateAction(Action: TBasicAction): Boolean; virtual; |
Properties
| Protected | property VisualControl: Boolean read FVisualControl write FVisualControl; |
| Protected | property FirstRecord: Integer read FFirstRecord write FFirstRecord; |
| Public | property Active: Boolean read getactive; |
| Public | property ActiveRecord: Integer read GetActiveRecord write SetActiveRecord; |
| Public | property BOF: Boolean read GetBOF; |
| Public | property BufferCount: Integer read GetBufferCount write SetBufferCount; |
| Public | property DataSet: TDataSet read GetDataSet; |
| Public | property DataSource: TDataSource read FDataSource write SetDataSource; |
| Public | property DataSourceFixed: Boolean read FDataSourceFixed write FDataSourceFixed; |
| Public | property Editing: Boolean read FEditing; |
| Public | property Eof: Boolean read GetEOF; |
| Public | property ReadOnly: Boolean read getreadonly write SetReadOnly; |
| Public | property RecordCount: Integer read GetRecordCount; |
Description
Methods
| Protected | function datasourcereadonly(): boolean virtual; |
|
This item has no description. | |
| Protected | procedure updateactive(); |
|
This item has no description. | |
| Protected | procedure ActiveChanged; virtual; |
|
This item has no description. | |
| Protected | procedure CheckBrowseMode; virtual; |
|
This item has no description. | |
| Protected | procedure DataEvent(Event: TDataEvent; Info: Ptrint); virtual; |
|
This item has no description. | |
| Protected | procedure DataSetChanged; virtual; |
|
This item has no description. | |
| Protected | procedure DataSetScrolled(Distance: Integer); virtual; |
|
This item has no description. | |
| Protected | procedure EditingChanged; virtual; |
|
This item has no description. | |
| Protected | procedure FocusControl(Field: TFieldRef); virtual; |
|
This item has no description. | |
| Protected | function GetActiveRecord: Integer; virtual; |
|
This item has no description. | |
| Protected | function GetBOF: Boolean; virtual; |
|
This item has no description. | |
| Protected | function GetBufferCount: Integer; virtual; |
|
This item has no description. | |
| Protected | function GetEOF: Boolean; virtual; |
|
This item has no description. | |
| Protected | function GetRecordCount: Integer; virtual; |
|
This item has no description. | |
| Protected | procedure LayoutChanged; virtual; |
|
This item has no description. | |
| Protected | function MoveBy(Distance: Integer): Integer; virtual; |
|
This item has no description. | |
| Protected | procedure RecordChanged(Field: TField); virtual; |
|
This item has no description. | |
| Protected | procedure SetActiveRecord(Value: Integer); virtual; |
|
This item has no description. | |
| Protected | procedure SetBufferCount(Value: Integer); virtual; |
|
This item has no description. | |
| Protected | procedure UpdateData; virtual; |
|
This item has no description. | |
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | function Edit: Boolean; |
|
This item has no description. | |
| Public | procedure UpdateRecord; |
|
This item has no description. | |
| Public | function ExecuteAction(Action: TBasicAction): Boolean; virtual; |
|
This item has no description. | |
| Public | function UpdateAction(Action: TBasicAction): Boolean; virtual; |
|
This item has no description. | |
Properties
| Protected | property VisualControl: Boolean read FVisualControl write FVisualControl; |
|
This item has no description. | |
| Protected | property FirstRecord: Integer read FFirstRecord write FFirstRecord; |
|
This item has no description. | |
| Public | property Active: Boolean read getactive; |
|
This item has no description. | |
| Public | property ActiveRecord: Integer read GetActiveRecord write SetActiveRecord; |
|
This item has no description. | |
| Public | property BOF: Boolean read GetBOF; |
|
This item has no description. | |
| Public | property BufferCount: Integer read GetBufferCount write SetBufferCount; |
|
This item has no description. | |
| Public | property DataSet: TDataSet read GetDataSet; |
|
This item has no description. | |
| Public | property DataSource: TDataSource read FDataSource write SetDataSource; |
|
This item has no description. | |
| Public | property DataSourceFixed: Boolean read FDataSourceFixed write FDataSourceFixed; |
|
This item has no description. | |
| Public | property Editing: Boolean read FEditing; |
|
This item has no description. | |
| Public | property Eof: Boolean read GetEOF; |
|
This item has no description. | |
| Public | property ReadOnly: Boolean read getreadonly write SetReadOnly; |
|
This item has no description. | |
| Public | property RecordCount: Integer read GetRecordCount; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.