VisuFbDialogPosByElementVector.abstrAssign (METH) ¶ METHOD abstrAssign : UDINT InOut: Scope Name Type Comment Return abstrAssign UDINT Input pbt POINTER TO BYTE The pointer to the data that shall be assigned udiIndex UDINT The index where the data shall be assigned
VisuFbDialogPosByElementVector.abstrDataPtrChanged (METH) ¶ METHOD abstrDataPtrChanged : UDINT InOut: Scope Name Type Return abstrDataPtrChanged UDINT
VisuFbDialogPosByElementVector.abstrSizeOfElement (METH) ¶ METHOD abstrSizeOfElement : UDINT InOut: Scope Name Type Return abstrSizeOfElement UDINT
VisuFbDialogPosVector.abstrDataPtrChanged (METH) ¶ METHOD abstrDataPtrChanged : UDINT InOut: Scope Name Type Return abstrDataPtrChanged UDINT
VisuFbDialogPosVector.abstrSizeOfElement (METH) ¶ METHOD abstrSizeOfElement : UDINT InOut: Scope Name Type Return abstrSizeOfElement UDINT
VisuStructDialogPosByElement (STRUCT) ¶ TYPE VisuStructDialogPosByElement : STRUCT Structure where to store the latest dialog position opening by an element InOut: Name Type Comment itfVisu IVisualisation Visualization where the dialog has been opened idStack ARRAY [0..(MAX_POSITION_DEPTH * 2)] OF INT Id stack of the element that has opened the dialog ptTopLeft VisuStructPoint Position
VisuStructAllDialogInfo (STRUCT) ¶ TYPE VisuStructAllDialogInfo : STRUCT InOut: Name Type info VisuStructDialogInfo pOutputInfo POINTER TO VisuStructDialogOutputInfoList
VisuStructAllModalDialogInfo (STRUCT) ¶ TYPE VisuStructAllModalDialogInfo : STRUCT InOut: Name Type info VisuStructModalDialogInfo pOutputInfo POINTER TO VisuStructDialogOutputInfoList
VisuStructAllNonModalDialogInfo (STRUCT) ¶ TYPE VisuStructAllNonModalDialogInfo : STRUCT InOut: Name Type info VisuStructDialogInfo pOutputInfo POINTER TO VisuStructDialogOutputInfoList
VisuFbDateTimeNamesLocalizer.GetMonthShort (METH) ¶ METHOD GetMonthShort : CharBufferPtr returns the localized text of the month as short name. If no localization exists, a defaulttext (textid) should be returned. The stored value, the returnpointer is set to, will be overridden by any next call of one of the Get-methods of this functionblock. Therefore, the result should be used at once. The pointer should not be stored. InOut: Scope Name Type Comment Return GetMonthShort CharBufferPtr Input uiMonth UINT the month: 1: January,.. 12: December