VisuFbMainClientMgmt (FB) ¶ FUNCTION_BLOCK VisuFbMainClientMgmt Methods: Manage Structure: Manage (Method)
VisuFbPrintDateTimeFormatVariable.Initialize (METH) ¶ METHOD Initialize This method has to be called, if a TIME or LTIME variable has to used to determine the time to display. InOut: Scope Name Type Comment Input pbyFormatString Visu_TypeString Contains the format string used to format the time. pTextFb POINTER TO VisuFbAnalyzeTextVars Optionally configured analyze pou; can be null
VisuFbWriteDateTimeVariableFormatted (FB) ¶ FUNCTION_BLOCK VisuFbWriteDateTimeVariableFormatted EXTENDS VisuFbAnalyzeDateTimeFormatStringBase Methods: AssignIfValid AssignIfValidConvertible Initialize Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase CharFound CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetStructTimeDate GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase ValidateAgainstInputChecks Structure: AssignIfValid (Method) AssignIfValidConvertible (Method) Initialize (Method) Overrides CharFound (Method) PlaceholderFound (Method) Private GetStructTimeDate (Method) ValidateAgainstInputChecks (Method)
VisuFbWriteDateTimeVariableFormatted.AssignIfValid (METH) ¶ METHOD AssignIfValid : BOOL InOut: Scope Name Type Return AssignIfValid BOOL Input pst Visu_TypeString pVar POINTER TO BYTE varType Visu_Types pInputChecks POINTER TO Visu_InputChecks
VisuFbAnalyzeDateTimeFormatStringMinSecOnly.PlaceholderFound (METH) ¶ METHOD PROTECTED PlaceholderFound InOut: Scope Name Type Comment Input typeofPlaceholder VisuDateTimeFormatPlaceholders Placeholder found iParam INT Param to use for some placeholders, e.g.: decimals. -1 for not use
VisuFbPrintDateTimeFormatBase (FB) ¶ FUNCTION_BLOCK VisuFbPrintDateTimeFormatBase EXTENDS VisuFbAnalyzeDateTimeFormatStringBase IMPLEMENTS IDateTimeLanguageTextTarget Methods: FormatToGlobalTextBuffer Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase AssignLanguageText CharFound CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase Structure: FormatToGlobalTextBuffer (Method) IDateTimeLanguageTextTarget AssignLanguageText (Method) Overrides CharFound (Method) PlaceholderFound (Method)
VisuFbPrintDateTimeFormatBase.FormatToGlobalTextBuffer (METH) ¶ METHOD FormatToGlobalTextBuffer : Visu_TypeString InOut: Scope Name Type Return FormatToGlobalTextBuffer Visu_TypeString
VisuFbPrintDateTimeFormatCurrentTime.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Comment Input pstFormat Visu_TypeString The format string the current instance should work on
VisuFbPrintDateTimeFormatCurrentTime.InitializeWithSysTimeDate (METH) ¶ METHOD InitializeWithSysTimeDate InOut: Scope Name Type Comment Input pstFormat Visu_TypeString The format string the current instance should work on sysTimeDate SYSTIMEDATE The SYSTIMEDATE value to format lMicroSeconds LINT The microseconds of the timestamp iUTCOffset INT The offset to UTC in minutes
VisuFbPrintDateTimeFormatVariable (FB) ¶ FUNCTION_BLOCK VisuFbPrintDateTimeFormatVariable EXTENDS VisuFbPrintDateTimeFormatBase Methods: Initialize Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase AssignLanguageText , inherited from VisuFbPrintDateTimeFormatBase CharFound , inherited from VisuFbPrintDateTimeFormatBase CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase FormatToGlobalTextBuffer , inherited from VisuFbPrintDateTimeFormatBase GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound , inherited from VisuFbPrintDateTimeFormatBase StartFormatPart , inherited from VisuFbAnalyzeDateTimeFormatStringBase Structure: Initialize (Method)