Datasnap.DSReflect.TDSClass.CreateMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateMethod(MethodName: string): TDSMethod;

C++

TDSMethod* __fastcall CreateMethod(System::UnicodeString MethodName);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass

Description

Creates a new TDSMethod instance for MethodName.

If MethodName is not a method of this TDSClass, CreateMethod returns nil.

See Also