FMX.Forms._di_IDesignerForm

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IDesignerForm> _di_IDesignerForm;

Properties

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

Description

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

_di_IDesignerForm is a C++Builder type that refers to an interface implemented by forms that are part of the designer (IDesignerForm).

See Also