Add a rebar to the GUI.
Rebar_Add( hGui, Style = "", hIL = "", Pos = "", Handler = "" )
Add Splitter into the form.
Splitter_Add2Form( HParent, Txt, Opt )
Add column.
RG_AddColumn( hGrd, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "", o10 = "" )
Add HTML to the current document.
QHTM_AddHtml( hCtrl, HTML, bScroll = false )
Add row.
RG_AddRow( hGrd, Row = "", c1 = "", c2 = "", c3 = "", c4 = "", c5 = "", c6 = "", c7 = "", c8 = "", c9 = "", c10 = "" )
Adjust control’s height to fit HTML.
QHTM_AdjustControl( hCtrl )
Aligns controls inside the parent.
Align( HCtrl, Type = "", Dim = "", HGlueCtrl = "" )
Enables you to produce special effects when showing or hiding windows.
Win_Animate( Hwnd, Type = "", Time = 100 )
Check if variable contains string.
Assert_Contains( Var, String, Name = "" )
Check if variable is empty.
Assert_Empty( Var, Name = "" )
Check if variable ends with string.
Assert_EndsWith( Var, String, Name = "" )
Check if conditions are false.
Assert_False( b1 = "", b2 = "", b3 = "", b4 = "", b5 = "", b6 = "", b7 = "", b8 = "", b9 = "", b10 = "" )
Check if variable content matches RegEx pattern.
Assert_Match( Var, RegEx, Name = "" )
Check if variable is not empty.
Assert_NotEmpty( Var, Name = "" )
Check if variable starts with string.
Assert_StartsWith( Var, String, Name = "" )
Check if conditions are true.
Assert_True( b1 = "", b2 = "", b3 = "", b4 = "", b5 = "", b6 = "", b7 = "", b8 = "", b9 = "", b10 = "" )
Determines how a control is resized with its parent.
Attach( hCtrl = "", aDef = "" )
Add error, warning or info message.
Log_Auto( txt, category = "", link = "" )
Sets the autoindent state
HE_AutoIndent( hEdit, pState )
Causes a toolbar to be resized.
Toolbar_AutoSize( hCtrl, Align = "fit" )
Enable, disable, or toggle automatic detection of URLs in the RichEdit control.
RichEdit_AutoUrlDetect( HCtrl, Flag = "" )