Class TPrintItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPrintItem = class(TPhastCollectionItem)

Description

no description available, TPhastCollectionItem description follows

Hierarchy

Overview

Fields

Private FPrint: boolean;
Private FPrintParam: TPrintParam;

Methods

Private procedure SetPrint(const Value: boolean);
Private procedure SetPrintParam(const Value: TPrintParam);
Private function GetPrintString: string;
Public function ShouldPrint: boolean;

Properties

Published property PrintParam: TPrintParam read FPrintParam write SetPrintParam;
Published property Print: boolean read FPrint write SetPrint;
Published property PrintString: string read GetPrintString;

Description

Fields

Private FPrint: boolean;
 
Private FPrintParam: TPrintParam;
 

Methods

Private procedure SetPrint(const Value: boolean);
 
Private procedure SetPrintParam(const Value: TPrintParam);
 
Private function GetPrintString: string;
 
Public function ShouldPrint: boolean;
 

Properties

Published property PrintParam: TPrintParam read FPrintParam write SetPrintParam;
 
Published property Print: boolean read FPrint write SetPrint;
 
Published property PrintString: string read GetPrintString;
 

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