Class TReturnCell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TReturnCell = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FLay: integer;
Private FCol: integer;
Private FRow: integer;

Methods

Private procedure SetCol(const Value: integer);
Private procedure SetLay(const Value: integer);
Private procedure SetRow(const Value: integer);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Col: integer read FCol write SetCol;
Published property Row: integer read FRow write SetRow;
Published property Lay: integer read FLay write SetLay;

Description

Fields

Private FLay: integer;
 
Private FCol: integer;
 
Private FRow: integer;
 

Methods

Private procedure SetCol(const Value: integer);
 
Private procedure SetLay(const Value: integer);
 
Private procedure SetRow(const Value: integer);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property Col: integer read FCol write SetCol;
 
Published property Row: integer read FRow write SetRow;
 
Published property Lay: integer read FLay write SetLay;
 

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