Class TDataFieldProperty (unit Prpedtrs)

Inherits from

TDBStringProperty

Constructors



Functions

function GetDataSourcePropName: string;

TTableNameProperty } {procedure TTableNameProperty.

procedure GetValueList(List: TStrings);


Properties

Events

Variables


Constructors


Functions


function GetDataSourcePropName: string;

TTableNameProperty } {procedure TTableNameProperty.GetValueList(List: TStrings); const Masks: array[TTableType] of string[5] = ('', '*.DB', '*.DBF', '*.TXT'); var Table: TTable; begin Table := GetComponent(0) as TTable; Session.GetTableNames(Table.DatabaseName, Masks[Table.TableType], Table.TableType = ttDefault, False, List); end; { TDataFieldProperty


procedure GetValueList(List: TStrings);


Properties


Events


Variables