Data.Win.ADODB.TCustomADODataSet.DesignerData
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
| Unit: Data.Win.ADODB | |
| Parent: TCustomADODataSet | |
Delphi
property DesignerData: string read FDesignerData write FDesignerData;
C++
__property System::UnicodeString DesignerData = {read=FDesignerData, write=FDesignerData};
Description
Stores custom data.
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.