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