DesignIntf.IComponentGuidelines.GetDesignerGuideType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IComponentGuidelines

Delphi

function GetDesignerGuideType(Index: Integer): TDesignerGuideType;

C++

virtual TDesignerGuideType __fastcall GetDesignerGuideType(int Index) = 0 ;

Description

Returns the type of the designer guide specified by Index.

GetDesignerGuideType returns the type of the guideline specified by Index. The return value is of type TDesignerGuideType.

See Also