RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.Designer Property

Returns a pointer to the Dataset designer for the dataset.

Pascal
property Designer: TDataSetDesigner;
C++
__property TDataSetDesigner Designer;

Use Designer to determine whether the dataset is currently being designed and, if so, to access the dataset designer. When a dataset designer, such as the Fields editor, is created for a dataset at design time, it sets the Designer property to itself. When the dataset designer is destroyed, the Designer property is set back to nil (Delphi) or NULL (C++). A Dataset designer enables a developer to specify the fields that belong to a dataset at design time. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!