Datasnap.DSReflect.TDSMethod Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DSMethodNamepublicRepresents a string that is the name of the method described by this TDSMethod.
IsConstructorpublicSpecifies whether the method described by this TDSMethod is a constructor.
IsDestructorpublicSpecifies whether the method described by this TDSMethod is a destructor.
MethodClasspublicRepresents a reference to the class to which the method described by this TDSMethod belongs.
ParameterNamespublicIs an array that contains the names of the parameters for the method described by this TDSMethod.
ParameterTypespublicIs an array of TDSClass objects that represent the type of the parameters for the method described by this TDSMethod.
PublicMethodpublicSpecifies whether the method described by this TDSMethod is public.
ReturnTypepublicRepresents the return type of the method described by this TDSMethod.
StaticMethodpublicSpecifies whether the method described by this TDSMethod is static.