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