Class TReturnLocation

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TReturnLocation = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FZ: real;
Private FX: real;
Private FY: real;

Methods

Private procedure SetX(const Value: real);
Private procedure SetY(const Value: real);
Private procedure SetZ(const Value: real);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property X: real read FX write SetX;
Published property Y: real read FY write SetY;
Published property Z: real read FZ write SetZ;

Description

Fields

Private FZ: real;
 
Private FX: real;
 
Private FY: real;
 

Methods

Private procedure SetX(const Value: real);
 
Private procedure SetY(const Value: real);
 
Private procedure SetZ(const Value: real);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property X: real read FX write SetX;
 
Published property Y: real read FY write SetY;
 
Published property Z: real read FZ write SetZ;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:45