DesignIntf.TBaseComponentGuidelines.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADesigner: IDesigner); virtual;

C++

__fastcall virtual TBaseComponentGuidelines(const _di_IDesigner ADesigner);

Properties

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

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