DesignIntf.IComponentGuidelines.GetCount

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

C++

virtual int __fastcall GetCount() = 0 ;

Description

Returns the number of guidelines that are described by this interface instance.

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

See Also