CommandManager.GetCommand (METH) ¶ METHOD GetCommand : IGeneralCommand InOut: Scope Name Type Return GetCommand IGeneralCommand Input iIndex INT
CommandManager.RegisterCommand (METH) ¶ METHOD RegisterCommand : BOOL InOut: Scope Name Type Return RegisterCommand BOOL Input cmd IGeneralCommand
CommandManager.RegisteredCommandCount (PROP) ¶ PROPERTY RegisteredCommandCount : INT
CommandManager.UnregisterCommand (METH) ¶ METHOD UnregisterCommand : BOOL InOut: Scope Name Type Return UnregisterCommand BOOL Input cmd IGeneralCommand
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant MaxCommands INT 10 ReturnOk WORD 0 ReturnError WORD 1
GVL (GVL) ¶ InOut: Name Type g_VisuCommandManager CommandManager
IGeneralCommand (ITF) ¶ INTERFACE IGeneralCommand Methods: Execute Structure: Execute (Method)
IGeneralCommand.Execute (METH) ¶ METHOD Execute : WORD InOut: Scope Name Type Return Execute WORD Input dwParam1 DWORD dwParam2 DWORD
Recipe_FileParameters (STRUCT) ¶ TYPE Recipe_FileParameters : STRUCT InOut: Name Type pstRecipeDefinition POINTER TO STRING pstRecipe POINTER TO STRING pstFilepath POINTER TO STRING
DateTimeFromWeek (FUN) ¶ FUNCTION DateTimeFromWeek : ULINT Combines the ISO week date parts to a timestamp uiYear := 2009 uiWeek :=1 eWeekday:=WEEKDAY.MONDAY => 29.12.2008 uiYear := 2009 uiWeek :=53 eWeekday:=WEEKDAY.SUNDAY => 03.01.2010 See: https://en.wikipedia.org/wiki/ISO_week_date InOut: Scope Name Type Comment Return DateTimeFromWeek ULINT date and time in milliseconds since 1.1.1970 00:00:00.000 Input uiYear YEAR uiWeek WEEK eWeekday WEEKDAY Output eErrorID ERROR