DesignIntf.IComponentGuidelines.GetDesignerGuideType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignerGuideType(Index: Integer): TDesignerGuideType;

C++

virtual TDesignerGuideType __fastcall GetDesignerGuideType(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines

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