DesignIntf.ISelectionEditor.GetVerbCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: ISelectionEditor

Delphi

function GetVerbCount: Integer;

C++

virtual int __fastcall GetVerbCount() = 0 ;

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