System.Classes.TComponent.DesignInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignInfo: TDesignInfo read FDesignInfo write FDesignInfo;

C++

__property int DesignInfo = {read=FDesignInfo, write=FDesignInfo, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Contains information used by the Form designer.

DesignInfo is used internally. Do not use this property in applications.

See Also