VisuFbWriteDateTimeVariableFormatted.AssignIfValidConvertible (METH) ¶ METHOD AssignIfValidConvertible : BOOL This function exists so that we can do calls from the integrated visu too (no pointer to base type…) InOut: Scope Name Type Return AssignIfValidConvertible BOOL Input pst Visu_TypeString varType Visu_Types Inout value Visu_AllNumericTypesUnion
Overrides ¶ CharFound (Method) PlaceholderFound (Method)
VisuFbWriteDateTimeVariableFormatted.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Comment Input pbyFormatString Visu_TypeString Contains the format string used to format the time.
VisuFbWriteDateTimeVariableFormatted.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
VisuFbWriteDateTimeVariableFormatted.CharFound (METH) ¶ METHOD PROTECTED CharFound Called during Analyze InOut: Scope Name Type Input characterFound WORD
Private ¶ GetStructTimeDate (Method) ValidateAgainstInputChecks (Method)
VisuFbWriteDateTimeVariableFormatted.GetStructTimeDate (METH) ¶ METHOD GetStructTimeDate : VisuStructTimeDate Takes the current variable value as time and fills the SYSTIMEDATE return value. InOut: Scope Name Type Return GetStructTimeDate VisuStructTimeDate Input eVarType Visu_Types uliTimestampUtc ULINT
VisuFbWriteDateTimeVariableFormatted.ValidateAgainstInputChecks (METH) ¶ METHOD ValidateAgainstInputChecks : BOOL InOut: Scope Name Type Return ValidateAgainstInputChecks BOOL Input value Visu_AllNumericTypesUnion varType Visu_Types pInputChecks POINTER TO Visu_InputChecks
VisuFbDateTimeNamesLocalizer.CopyLanguageText (METH) ¶ METHOD CopyLanguageText InOut: Scope Name Type Comment Input pstId POINTER TO STRING pDest Visu_TypeString bufSize DINT size in bytes
VisuFbDateTimeNamesLocalizer.GetDayLong (METH) ¶ METHOD GetDayLong : CharBufferPtr returns the localized text of the day as whole 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 GetDayLong CharBufferPtr Input uiDayOfWeek UINT Day of Week: 1: Monday, 2: Tuesday,.. 7: Sunday