Vcl.Forms.TCustomForm.Designer
Delphi
property Designer: IDesignerHook read FDesigner write SetDesigner;
C++
__property _di_IDesignerHook Designer = {read=FDesigner, write=SetDesigner};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Description
Specifies the designer interface for the form.
The Designer property is used internally at design time. Never assign a value to this property. This is done automatically by the form designer. Only use this property when designing classes for use in the form designer, such as property editors and component editors.