DesignIntf.ISelectionEditor.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 ISelectionEditor

Description

Returns the number of verbs.

A verb can be specified by its index, which can take values from 0 to GetVerbCount - 1.

See Also