DesignIntf.TBaseComponentGuidelines.Designer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TBaseComponentGuidelines

Delphi

property Designer: IDesigner read FDesigner;

C++

__property _di_IDesigner Designer = {read=FDesigner};

Description

Indicates the form designer for the current TBaseComponentGuidelines object.

Use Designer to obtain the form designer associated with the current TBaseComponentGuidelines instance.

See Also