Description | Hierarchy | Fields | Methods | Properties |
type TDrainReturn = class(TGoPhastPersistent)
![]() |
FReturnObject: TReturnObject; |
![]() |
FReturnCell: TReturnCell; |
![]() |
FReturnLocation: TReturnLocation; |
![]() |
FReturnChoice: TReturnChoice; |
![]() |
procedure SetReturnCell(const Value: TReturnCell); |
![]() |
procedure SetReturnChoice(const Value: TReturnChoice); |
![]() |
procedure SetReturnLocation(const Value: TReturnLocation); |
![]() |
procedure SetReturnObject(const Value: TReturnObject); |
![]() |
function StoreReturnCell: boolean; |
![]() |
function StoreReturnLocation: boolean; |
![]() |
function StoreReturnObject: boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
function ReturnCellLocation(AModel: TBaseModel): TCellLocation; |
![]() |
property ReturnChoice: TReturnChoice read FReturnChoice
write SetReturnChoice; |
![]() |
property ReturnCell: TReturnCell read FReturnCell
write SetReturnCell stored StoreReturnCell; |
![]() |
property ReturnLocation: TReturnLocation read FReturnLocation
write SetReturnLocation stored StoreReturnLocation; |
![]() |
property ReturnObject: TReturnObject read FReturnObject
write SetReturnObject stored StoreReturnObject; |
![]() |
FReturnObject: TReturnObject; |
![]() |
FReturnCell: TReturnCell; |
![]() |
FReturnLocation: TReturnLocation; |
![]() |
FReturnChoice: TReturnChoice; |
![]() |
procedure SetReturnCell(const Value: TReturnCell); |
![]() |
procedure SetReturnChoice(const Value: TReturnChoice); |
![]() |
procedure SetReturnLocation(const Value: TReturnLocation); |
![]() |
procedure SetReturnObject(const Value: TReturnObject); |
![]() |
function StoreReturnCell: boolean; |
![]() |
function StoreReturnLocation: boolean; |
![]() |
function StoreReturnObject: boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
function ReturnCellLocation(AModel: TBaseModel): TCellLocation; |
|
![]() |
property ReturnChoice: TReturnChoice read FReturnChoice
write SetReturnChoice; |
![]() |
property ReturnCell: TReturnCell read FReturnCell
write SetReturnCell stored StoreReturnCell; |
![]() |
property ReturnLocation: TReturnLocation read FReturnLocation
write SetReturnLocation stored StoreReturnLocation; |
![]() |
property ReturnObject: TReturnObject read FReturnObject
write SetReturnObject stored StoreReturnObject; |