Datasnap.DSReflect.TDSClass.VoidReturn
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
Unit: Datasnap.DSReflect | |
Parent: TDSClass |
Delphi
property VoidReturn: Boolean read IsVoidReturn;
C++
__property bool VoidReturn = {read=IsVoidReturn, nodefault};
Description
Indicates whether this TDSClass instance has been constructed.
VoidReturn is True if no constructors have been called for this TDSClass, and False otherwise.