FMX.Forms.IDesignerHook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDesignerHook = interface(IDesignerNotify)

C++

__interface  INTERFACE_UUID("{65A688CA-60DD-4038-AAFF-8F56A8B6AB69}") IDesignerHook  : public System::Classes::IDesignerNotify

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

IDesignerHook is an interface that allows component writers to interact with the form designer in the IDE.

IDesignerHook provides access to the FireMonkey form currently under construction in the Form Designer and influences the behavior of the designer by specifying whether the object under construction is a FireMonkey form (as opposed to a composite component), drawing the grid that assists in layout, and so on.

Component writers can access the current IDesignerHook interface using the Designer property of a form.

See Also