RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetDesigner.BeginDesign Method

Ensures that the dataset is not active while design changes are made.

Pascal
procedure BeginDesign;
C++
__fastcall BeginDesign();

BeginDesign is called before changing the structure of the associated dataset. BeginDesign deactivates the dataset and disables any associated controls until the EndDesign method is called. 

 

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