DesignIntf.IComponentGuidelines.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount(void) = 0 ;

Properties

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

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