System.Classes.TComponent.DesignInfo
Delphi
property DesignInfo: TDesignInfo read FDesignInfo write FDesignInfo;
C++
__property TDesignInfo 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.