DesignIntf.IComponentGuidelines.DesignerGuideTypes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DesignerGuideTypes[Index: Integer]: TDesignerGuideType read GetDesignerGuideType;

C++

__property TDesignerGuideType DesignerGuideTypes[int Index] = {read=GetDesignerGuideType};

Description

Returns the type of the designer guideline specified by Index in the collection. The type of a guideline is specified using a TDesignerGuideType value.

See Also