VisuStructTableColumnSimpleDynamicCellsData (STRUCT)

TYPE VisuStructTableColumnSimpleDynamicCellsData EXTENDS VisuStructTableColumnSimpleDynamicCellsDataBase : STRUCT

Structure containing the data of dynamically created cells

InOut:

Name

Type

Comment

Inherited from

m_bValid

BOOL

Value signifying whether the data is valid

VisuStructTableColumnSimpleDynamicCellsDataBase

m_paCells

POINTER TO ARRAY [0..1] OF VisuFbElemSimple

Pointer to the cells. Must not be NULL when the data is valid.

VisuStructTableColumnSimpleDynamicCellsDataBase

m_nCells

INT

Number of cells in the array m_paCells points to.

VisuStructTableColumnSimpleDynamicCellsDataBase

m_paAnalyzeTextVarsFbs

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextVars

Pointer to the AnalyzeTextVars FBs. Must not be NULL when the data is valid.

VisuStructTableColumnSimpleDynamicCellsDataBase

m_paTextChanges

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextVars

Pointer to the AnalyzeTextVars FBs. Must not be NULL when the data is valid.

VisuStructTableColumnSimpleDynamicCellsDataBase

m_pPropertyInfos

POINTER TO VisuElemBase.PropertyInfo

Pointer to [m_nCells] propertyinfo instances. Relevant only when property handling is activ e

CHECKED_OMIT, no mt scrolling in int. visu

VisuStructTableColumnSimpleDynamicCellsDataBase

m_paStaticTextProperties

POINTER TO ARRAY [0..1] OF VisuStructTextProperties

Pointer to the StaticTextProperties Structs. May be NULL.

m_paAbsoluteAnimation

POINTER TO ARRAY [0..1] OF VisuFbMoveAbsolute

Pointer to the AbsoluteAnimation FBs. May be NULL.

m_paRelativeAnimation

POINTER TO ARRAY [0..1] OF VisuFbMoveRelative

Pointer to the RelativeAnimation FBs. May be NULL.

m_paDynamicText

POINTER TO ARRAY [0..1] OF VisuStructDynamicTexts

Pointer to the DynamicText structs. May be NULL.

m_paTextPropChanges

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextPropertyVars

Pointer to the TextPropChanges FBs. May be NULL.

m_paColorVariables

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeColorVars

Pointer to the ColorVariables FBs. May be NULL.

m_paLookVariables

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeLookVars

Pointer to the LookVariables FBs. May be NULL.

m_paStateVariables

POINTER TO ARRAY [0..1] OF VisuFbAnalyzeStateVars

Pointer to the StateVariables FBs. May be NULL.