DesignIntf.ICustomModule.GetVerbCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVerbCount: Integer;

C++

virtual int __fastcall GetVerbCount() = 0 ;

Properties

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

Description

Returns the number of menu strings that appear in the context menu.

GetVerbCount returns the number of verbs returned by GetVerb and executed by ExecuteVerb.

See Also