Klasse TFieldDataLink

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TFieldDataLink = class(TDataLink)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create;
Public destructor Destroy; override;
Public function Edit: Boolean;
Public procedure Modified;
Public procedure Reset;

Eigenschaften

Public property Control: TComponent read FControl write FControl;
Public property Field: TField read FField;
Public property FieldName: string read FFieldName write SetFieldName;
Public property CanModify: Boolean read GetCanModify;
Public property Editing: Boolean read FEditing;
Public property OnDataChange: TNotifyEvent read FOnDataChange write FOnDataChange;
Public property OnEditingChange: TNotifyEvent read FOnEditingChange write FOnEditingChange;
Public property OnUpdateData: TNotifyEvent read FOnUpdateData write FOnUpdateData;
Public property OnActiveChange: TNotifyEvent read FOnActiveChange write FOnActiveChange;
Public property OnFocusRequest: TNotifyEvent read FOnFocusRequest write FOnFocusRequest;
Public property OnLayoutChange: TNotifyevent read FOnLayoutChange write FOnLayoutChange;

Beschreibung

Methoden

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function Edit: Boolean;
 
Public procedure Modified;
 
Public procedure Reset;
 

Eigenschaften

Public property Control: TComponent read FControl write FControl;
 
Public property Field: TField read FField;
 
Public property FieldName: string read FFieldName write SetFieldName;
 
Public property CanModify: Boolean read GetCanModify;
 
Public property Editing: Boolean read FEditing;
 
Public property OnDataChange: TNotifyEvent read FOnDataChange write FOnDataChange;
 
Public property OnEditingChange: TNotifyEvent read FOnEditingChange write FOnEditingChange;
 
Public property OnUpdateData: TNotifyEvent read FOnUpdateData write FOnUpdateData;
 
Public property OnActiveChange: TNotifyEvent read FOnActiveChange write FOnActiveChange;
 
Public property OnFocusRequest: TNotifyEvent read FOnFocusRequest write FOnFocusRequest;
 
Public property OnLayoutChange: TNotifyevent read FOnLayoutChange write FOnLayoutChange;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:54