DesignIntf.TBaseComponentGuidelines.Designer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Designer: IDesigner read FDesigner;

C++

__property _di_IDesigner Designer = {read=FDesigner};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TBaseComponentGuidelines

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