RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.DesignerData Property

Stores custom data.

Pascal
property DesignerData: string;
C++
__property AnsiString DesignerData;

Component writers use this property for storing designer-specific information with the TCustomADODataSet descendent component. The VCL system does not use this property or its value at all. Use must be implemented by the programmer. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!