IScrollValueProvider.Paint (METH) ¶ METHOD Paint InOut: Scope Name Type Input dwFlags DWORD
IScrollValueProvider.SetClientData (METH) ¶ METHOD SetClientData InOut: Scope Name Type Input pClientData POINTER TO VisuStructClientData
Private ¶ prvGetTags (Function)
prvGetTags (FUN) ¶ FUNCTION prvGetTags : POINTER TO BYTE InOut: Scope Name Type Return prvGetTags POINTER TO BYTE Input dwNumTags DWORD pTags POINTER TO Visu_ClientTagData
VisuFbMainClientMgmt (FB) ¶ FUNCTION_BLOCK VisuFbMainClientMgmt Methods: Manage Structure: Manage (Method)
IDateTimeLanguageTextTarget.AssignLanguageText (METH) ¶ METHOD AssignLanguageText InOut: Scope Name Type Comment Input txt Visu_TypeString The text that should be used. Please remark that this might be pointing to temporary memory so it should not be stored for longer times!
VisuDateTimeFormatPlaceholders (ENUM) ¶ TYPE VisuDateTimeFormatPlaceholders : Attributes: qualified_only InOut: Name Comment Invalid WeekdayShort ddd, eg. ‘Wed’ Weekday dddd, eg. ‘Wednesday’ WeekdayNumeric ddddd, 0-6, 0 -> Sunday MonthShort MMM, eg. ‘Feb’ Month MMMM, eg. ‘February’ Day d, 1-31 for dates, 0..MaxValue for TIME/LTIME DayZeroPrefixed dd, 01-31 for dates, 0..MaxValue for TIME/LTIME MonthNumeric M, 3 -> March MonthNumericZeroPrefixed MM, 03 -> March DayInYear j, 1-366 DayInYearZeroPrefixed jjj, 001-366 Years y, 0-99 YearsZeroPrefixed yy, 00-99 YearsWithCentury yyy/yyyy, eg. 2002 Hours24 H, 0-24 Hours24ZeroPrefixed HH, 00-24 Hours12 h, 1-12 Hours12ZeroPrefixed hh, 01-12 Minutes m, 0-59 MinutesZeroPrefixed mm, 00-59 eg. 01 Seconds s, 0-59 SecondsZeroPrefixed ss, 00-59, eg. 01 Milliseconds ms, 0-999 Microseconds us, 0-999 Nanoseconds ns, 0-999 TimeRangeOneChar t, A or P TimeRange tt, AM opr PM UTCOffset tz, UTC+5 MaxValue
VisuFbAnalyzeDateTimeFormatExtractWithoutWeekdays (FB) ¶ FUNCTION_BLOCK VisuFbAnalyzeDateTimeFormatExtractWithoutWeekdays EXTENDS VisuFbAnalyzeDateTimeFormatStringBase Methods: GetFormat Initialize Analyze , inherited from VisuFbAnalyzeDateTimeFormatStringBase CharFound , inherited from VisuFbAnalyzeDateTimeFormatStringBase CheckCandidateForDecimals , inherited from VisuFbAnalyzeDateTimeFormatStringBase EndFormatPart GetCharHelp , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageText , inherited from VisuFbAnalyzeDateTimeFormatStringBase GetLanguageTextMayShort , inherited from VisuFbAnalyzeDateTimeFormatStringBase GreedilyHandleSameChars , inherited from VisuFbAnalyzeDateTimeFormatStringBase InitFormat , inherited from VisuFbAnalyzeDateTimeFormatStringBase PlaceholderFound , inherited from VisuFbAnalyzeDateTimeFormatStringBase StartFormatPart Structure: Abstract-methods EndFormatPart (Method) StartFormatPart (Method) GetFormat (Method) Initialize (Method)
Abstract methods ¶ CharFound (Method) EndFormatPart (Method) PlaceholderFound (Method) StartFormatPart (Method)
VisuFbAnalyzeDateTimeFormatStringBase.CharFound (METH) ¶ METHOD PROTECTED CharFound Called during Analyze for each character that is not treated as a placeholder InOut: Scope Name Type Input characterFound WORD