Class TWPBlockTemplateGroupObj

Hierarchy

System.TObject | TWPBlockTemplateGroupObj

Description

An object of the class TWPBlockTemplateGroupObj is created before the EnterGroup event. Inside the event the variables in this object can be used except for: GroupObject
and
DataLink and DataSource which are used by TWPBlockTemplateDB.

All object are automatically destroyed. If this is not intended, in OnExitGroup the respective variable, must be set to nil.

Properties

Property CollapsedInitially : Boolean

Property CurrentBlock : TWPBlockTemplate

Property ErrorString : string

Property GlobalValue[index] : Variant

Property ParentRowNr : Integer

Property Prev : TWPBlockTemplateGroupObj

Property RowNr : Integer

Property StringList : TStringList

Property Value[index] : Variant

Methods

Function BlockName : string

Create(Parent:TObject)

Destroy

Procedure ValuesClear

Used or referenced by

-Procedure TWPColTemplateDB.GetColText(Group:TWPBlockTemplateGroupObj; aText:string; state:TWPAdapterCellStates)