Data.Win.ADODB.TCustomADODataSet.DesignerData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerData: string read FDesignerData write FDesignerData;

C++

__property System::UnicodeString DesignerData = {read=FDesignerData, write=FDesignerData};

Properties

Type Visibility Source Unit Parent
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TCustomADODataSet

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.