DesignEditors.TPropertyEditor.Designer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Designer: IDesigner read FDesigner;

C++

__property Designintf::_di_IDesigner Designer = {read=FDesigner};

Properties

Type Visibility Source Unit Parent
property public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

Description

Provides access to the form designer object in the IDE.

Use Designer to read from or make changes to the current form or module in the IDE. The IDesigner interface has methods that can access the components in the current unit and other units linked in by the uses clause (Delphi) or included headers (C++), create or alter the methods in the current unit, and so on.