VisuFbDateTimeNamesLocalizer.GetDayShort (METH) ¶ METHOD GetDayShort : CharBufferPtr returns the localized text of the day 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 GetDayShort CharBufferPtr Input uiDayOfWeek UINT Day of Week: 1: Monday, 2: Tuesday,.. 7: Sunday
VisuFbDialogPosVector (FB) ¶ FUNCTION_BLOCK VisuFbDialogPosVector EXTENDS VisuFbBaseVector Vector where to store the “position history” for all dialog boxes opened Methods: AddEntry FB_Exit GetEntryPointer InitStaticMemory , inherited from VisuFbBaseVector RemoveEntryAt , inherited from VisuFbBaseVector abstrAssign abstrDataPtrChanged abstrSizeOfElement Structure: AddEntry (Method) FB_Exit (Method) GetEntryPointer (Method) Overrides-and-Implementations abstrAssign (Method) abstrDataPtrChanged (Method) abstrSizeOfElement (Method)
VisuFbDialogPosVector.AddEntry (METH) ¶ METHOD AddEntry : UDINT InOut: Scope Name Type Return AddEntry UDINT Inout entry VisuFbDialogPos
VisuFbDialogPosVector.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
VisuFbDialogPosVector.GetEntryPointer (METH) ¶ METHOD GetEntryPointer : POINTER TO VisuFbDialogPos InOut: Scope Name Type Return GetEntryPointer POINTER TO VisuFbDialogPos Input diIndex DINT
Overrides and Implementations ¶ abstrAssign (Method) abstrDataPtrChanged (Method) abstrSizeOfElement (Method)
VisuFbDialogPosVector.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.AddEntry (METH) ¶ METHOD AddEntry : UDINT InOut: Scope Name Type Return AddEntry UDINT Inout entry VisuStructDialogPosByElement
VisuFbDialogPosByElementVector.GetEntryPointer (METH) ¶ METHOD GetEntryPointer : POINTER TO VisuStructDialogPosByElement InOut: Scope Name Type Return GetEntryPointer POINTER TO VisuStructDialogPosByElement Input diIndex DINT
Overrides and Implementations ¶ abstrAssign (Method) abstrDataPtrChanged (Method) abstrSizeOfElement (Method)