FMX.Forms._di_IDesignerHook

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IDesignerHook> _di_IDesignerHook;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Forms.hpp FMX.Forms FMX.Forms

Description

Represents the IDesignerHook Delphi interface for C++Builder usage.

_di_IDesignerHook is a C++Builder type that refers to an interface that allows component writers to interact with the form designer in the IDE (IDesignerHook).

See Also