Datasnap.DSReflect.TDSClass.CreateMethod

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

function CreateMethod(MethodName: string): TDSMethod;

C++

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

Description

Creates a new TDSMethod instance for MethodName.

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

See Also