DesignIntf.IComponentGuidelines.Count

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 Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

Description

Returns the number of guidelines that are described by the current instance.

Use Count to retrieve the number of guidelines handled by the current instance.

See Also