Description | Hierarchy | Fields | Methods | Properties |
type TTarget = class(TGoPhastPersistent)
![]() |
FTargetType: TTargetType; |
![]() |
FTargetObject: TTargetObject; |
![]() |
FTargetCell: TTargetCell; |
![]() |
FTargetLocation: TTargetLocation; |
![]() |
procedure SetTargetCell(const Value: TTargetCell); |
![]() |
procedure SetTargetLocation(const Value: TTargetLocation); |
![]() |
procedure SetTargetObject(const Value: TTargetObject); |
![]() |
procedure SetTargetType(const Value: TTargetType); |
![]() |
function StoreTargetObject: Boolean; |
![]() |
function StoreTargetCell: Boolean; |
![]() |
function StoreTargetLocation: Boolean; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property TargetType: TTargetType read FTargetType write SetTargetType; |
![]() |
property TargetObject: TTargetObject read FTargetObject
write SetTargetObject stored StoreTargetObject; |
![]() |
property TargetLocation: TTargetLocation read FTargetLocation
write SetTargetLocation stored StoreTargetLocation; |
![]() |
property TargetCell: TTargetCell read FTargetCell write SetTargetCell
stored StoreTargetCell; |
![]() |
FTargetType: TTargetType; |
![]() |
FTargetObject: TTargetObject; |
![]() |
FTargetCell: TTargetCell; |
![]() |
FTargetLocation: TTargetLocation; |
![]() |
procedure SetTargetCell(const Value: TTargetCell); |
![]() |
procedure SetTargetLocation(const Value: TTargetLocation); |
![]() |
procedure SetTargetObject(const Value: TTargetObject); |
![]() |
procedure SetTargetType(const Value: TTargetType); |
![]() |
function StoreTargetObject: Boolean; |
![]() |
function StoreTargetCell: Boolean; |
![]() |
function StoreTargetLocation: Boolean; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property TargetType: TTargetType read FTargetType write SetTargetType; |
![]() |
property TargetObject: TTargetObject read FTargetObject
write SetTargetObject stored StoreTargetObject; |
![]() |
property TargetLocation: TTargetLocation read FTargetLocation
write SetTargetLocation stored StoreTargetLocation; |
![]() |
property TargetCell: TTargetCell read FTargetCell write SetTargetCell
stored StoreTargetCell; |