DesignIntf.TBaseComponentGuidelines.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(const ADesigner: IDesigner); virtual;

C++

__fastcall virtual TBaseComponentGuidelines(const _di_IDesigner ADesigner);

Description

Creates a TBaseComponentGuidelines instance.

Creates a new instance of type TBaseComponentGuidelines and sets the associated form designer to the value of the ADesigner parameter.

To initialize the component and component container for which the guideline support is provided, use Initialize.

See Also