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