Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TIntfMethodTable.Method

indexed access to the methods of the interface.

Declaration

Source position: typinfo.pp line 435

public property TIntfMethodTable.Method[Index: Word] : PIntfMethodEntry
  read GetMethod;

Description

Method offers indexed access to the method descriptions. It returns the location of the Index-th method of the interface Index must be in the range 0 to Count-1 (included).

See also

PIntfMethodEntry

  

Pointer to TIntfMethodEntry.

TIntfMethodEntry

  

Interface method description.


Documentation generated on: Jul 24 2023