VisuStructTableColumnSimpleDynamicCellsData (STRUCT)
TYPE VisuStructTableColumnSimpleDynamicCellsData EXTENDS VisuStructTableColumnSimpleDynamicCellsDataBase : STRUCT
Structure containing the data of dynamically created cells
- InOut:
Name
Type
Comment
Inherited from
m_bValidBOOLValue signifying whether the data is valid
m_paCellsPOINTER TO ARRAY [0..1] OF VisuFbElemSimple
Pointer to the cells. Must not be NULL when the data is valid.
m_nCellsINTNumber of cells in the array m_paCells points to.
m_paAnalyzeTextVarsFbsPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextVars
Pointer to the AnalyzeTextVars FBs. Must not be NULL when the data is valid.
m_paTextChangesPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextVars
Pointer to the AnalyzeTextVars FBs. Must not be NULL when the data is valid.
m_pPropertyInfosPOINTER 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
m_paStaticTextPropertiesPOINTER TO ARRAY [0..1] OF VisuStructTextProperties
Pointer to the StaticTextProperties Structs. May be NULL.
m_paAbsoluteAnimationPOINTER TO ARRAY [0..1] OF VisuFbMoveAbsolute
Pointer to the AbsoluteAnimation FBs. May be NULL.
m_paRelativeAnimationPOINTER TO ARRAY [0..1] OF VisuFbMoveRelative
Pointer to the RelativeAnimation FBs. May be NULL.
m_paDynamicTextPOINTER TO ARRAY [0..1] OF VisuStructDynamicTexts
Pointer to the DynamicText structs. May be NULL.
m_paTextPropChangesPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeTextPropertyVars
Pointer to the TextPropChanges FBs. May be NULL.
m_paColorVariablesPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeColorVars
Pointer to the ColorVariables FBs. May be NULL.
m_paLookVariablesPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeLookVars
Pointer to the LookVariables FBs. May be NULL.
m_paStateVariablesPOINTER TO ARRAY [0..1] OF VisuFbAnalyzeStateVars
Pointer to the StateVariables FBs. May be NULL.