FMX.Forms.TCommonCustomForm.Designer

From RAD Studio API Documentation
Jump to: navigation, search

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
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

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.

See Also