Class tfieldlink

Unit

Declaration

type tfieldlink = class(tmsecomponent, idbeditinfo)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure updatedata(const afield: tfield); virtual;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public function field: tfield;

Properties

Public property enabled: boolean read getenabled write setenabled;
Published property destdataset: tdataset read getdestdataset write setdestdataset;
Published property destdatafield: string read getdestdatafield write setdestdatafield;
Published property options: fieldlinkoptionsty read foptions write foptions default [];
Published property onupdatedata: fieldeventty read fonupdatedata write fonupdatedata;

Description

Methods

Protected procedure updatedata(const afield: tfield); virtual;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public function field: tfield;
 

Properties

Public property enabled: boolean read getenabled write setenabled;
 
Published property destdataset: tdataset read getdestdataset write setdestdataset;
 
Published property destdatafield: string read getdestdatafield write setdestdatafield;
 
Published property options: fieldlinkoptionsty read foptions write foptions default [];
 
Published property onupdatedata: fieldeventty read fonupdatedata write fonupdatedata;
 

Generated by PasDoc 0.16.0.