Class TStreamLinkageChangeItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStreamLinkageChangeItem = class(TCollectionItem)

Description

Hierarchy

Overview

Fields

Private FNewOutFlowSegment: integer;
Private FOldOutFlowSegments: TIntegerDynArray;
Private FScreenObject: TScreenObject;

Methods

Private procedure SetNewOutFlowSegment(const Value: integer);
Private procedure SetScreenObject(const Value: TScreenObject);
Private function GetOutFlowSegment(Index: integer): integer;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property ScreenObject: TScreenObject read FScreenObject write SetScreenObject;
Public property NewOutFlowSegment: integer read FNewOutFlowSegment write SetNewOutFlowSegment;
Public property OldOutFlowSegments[Index:integer]: integer read GetOutFlowSegment;

Description

Fields

Private FNewOutFlowSegment: integer;
 
Private FOldOutFlowSegments: TIntegerDynArray;
 
Private FScreenObject: TScreenObject;
 

Methods

Private procedure SetNewOutFlowSegment(const Value: integer);
 
Private procedure SetScreenObject(const Value: TScreenObject);
 
Private function GetOutFlowSegment(Index: integer): integer;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Public property ScreenObject: TScreenObject read FScreenObject write SetScreenObject;
 
Public property NewOutFlowSegment: integer read FNewOutFlowSegment write SetNewOutFlowSegment;
 
Public property OldOutFlowSegments[Index:integer]: integer read GetOutFlowSegment;
 

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