Datasnap.DSReflect.TDSMethod.StaticMethod
Delphi
property StaticMethod: Boolean read IsStaticMethod;
C++
__property bool StaticMethod = {read=IsStaticMethod, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Datasnap.DSReflect.pas Datasnap.DSReflect.hpp  | 
        Datasnap.DSReflect | TDSMethod | 
Description
Specifies whether the method described by this TDSMethod is static.