DesignEditors.TPropertyEditor.Designer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

property Designer: IDesigner read FDesigner;

C++

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

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.