GetNameOfMethod method

Applies to
TMethodEnumerator

Declaration
Function GetNameOfMethod(Index: integer): string;

Implementation

function TMethodEnumerator.GetNameOfMethod(Index: integer): string;
begin
  Result := FMethodNameList[Index];
End;


HTML generated by Time2HELP
http://www.time2help.com