Data.SqlExpr.TCustomSQLDataSet.DesignerData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

property DesignerData: string read FDesignerData write FDesignerData;

C++

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

Description

Stores custom data.

DesignerData has no predefined meaning. Application developers can use the DesignerData property to associate application-specific information with an SQL dataset instance.

See Also