Data.SqlExpr.TCustomSQLDataSet.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.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

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