DesignIntf.IComponentGuidelines.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

Properties

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

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