default_Android_System_UI_
Syntax: default_Android_System_UI(bottom_android_commands_style)
Purpose: Sets the bottom Android navigation button style for all forms within the application. Accepts the following values: "immersiveSticky", "immersive", "lowProfile", or "default" (resets to standard).
default_Status_Bar_
Syntax: default_Status_Bar(top_status_bar_style)
Purpose: Overrides the default status bar style for all forms within the application. Accepts the following values: "DefaultStatusBar", "HiddenStatusBar", "TranslucentStatusBar", or "DarkStatusBar".
default_align_
Syntax: default_align(value)
Purpose: Sets the default alignment with valid options being "center", "left", or "right".
default_align_buttons_
Syntax: default_align_buttons(value)
Purpose: Sets the default button alignment with valid options being "center", "left", or "right".
default_align_center_vertical_
Syntax: default_align_center_vertical(value)
Purpose: Enables vertical centering for labels when the label text changes using the _Text() command. Accepts 'true' or 'false' (default is 'false').
default_anchorXY_
Syntax: default_anchorXY(anchorX, anchorY)
Purpose: Sets the default anchor point coordinates (X and Y) for objects.
default_backColorOver_RGB_Alpha_
Syntax: default_backColorOver_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default background color used when hovering over objects (specified using RGBA values).
default_borderColorOver_RGB_Alpha_
Syntax: default_borderColorOver_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default border color used when hovering over objects (specified using RGBA values).
default_borderWidth_
Syntax: default_borderWidth(value)
Purpose: Sets the default border width.
default_button_backColor_RGB_Alpha_
Syntax: default_button_backColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default background color for buttons (specified using RGBA values).
default_button_borderColor_RGB_Alpha_
Syntax: default_button_borderColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default border color for buttons (specified using RGBA values).
default_button_foreColor_RGB_Alpha_
Syntax: default_button_foreColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default text color for buttons (specified using RGBA values).
default_button_isbackColorVisible_
Syntax: default_button_isbackColorVisible(value)
Purpose: Determines if the default button background color is visible. Accepts 'true' or 'false'.
default_button_isborderVisible_
Syntax: default_button_isborderVisible(value)
Purpose: Determines if the default button border is visible. Accepts 'true' or 'false'.
default_chain_adjust_y_values_
Syntax: default_chain_adjust_y_values(y_A, y_B)
Purpose: Adjusts Y-position where the chain connects to image_object_A and image_object_B. If not provided, defaults to 0.
default_chain_anchor_x_values_
Syntax: default_chain_anchor_x_values(x_A, x_B)
Purpose: Adjusts X-position where the chain connects to image_object_A and image_object_B. If not provided, defaults to 0.
default_chain_autoposition_image_B_
Syntax: default_chain_autoposition_image_B(value)
Purpose: Automatically positions image_object_B to correctly weld a chain at the bottom. Accepts 'true' or 'false' (default is 'true').
default_chain_dy_
Syntax: default_chain_dy(value)
Purpose: Sets the distance between chain links. Defaults to link height + 6 if not provided.
default_chain_first_last_sensor_
Syntax: default_chain_first_last_sensor(value)
Purpose: Determines if the first and last chain links are sensors. Accepts 'true' or 'false' (default is 'true').
default_chain_functions_
Syntax: default_chain_functions(began, moved, ended)
Purpose: Assigns the specified functions ('began', 'moved', 'ended') to each link in the chain, presumably to handle touch or interaction events.
default_chain_images_
Syntax: default_chain_images(link_open, link_close)
Purpose: Sets the default images used for open and closed chain links. (Tip: Consider utilizing the included images LinkA_small2.png and LinkB_small2.png).
default_chain_initial_position_
Syntax: default_chain_initial_position(x, y)
Purpose: Sets the default starting position (x, y coordinates) for a chain when no image_object_A is provided. Defaults to (100, 100) if not specified.
default_chain_physic_values_
Syntax: default_chain_physic_values(isSensor, density, friction, bounce)
Purpose: Sets the default physics properties for all chain links. Accepts the following parameters:
isSensor (boolean, default: false)
density (default: 0.2)
friction (default: 0.2)
bounce (default: 0.2) (Note: Consider using density of 0.1 and gravity scale of 0.1 for hanging objects for quicker chain adaptation.)
default_chain_rotation_first_last_
Syntax: default_chain_rotation_first_last(rotation_first_angle, rotation_last_angle)
Purpose: Sets the default rotation angles (in degrees) for the first and last chain links. Defaults to 0.
default_chain_to_front_images_
Syntax: default_chain_to_front_images(to_front_A, to_front_B)
Purpose: Sets images to display in the foreground once the chain is completed.
default_chain_to_original_position_B_
Syntax: default_chain_to_original_position_B(value)
Purpose: Determines if image_B returns to its original position after the chain is completed. Accepts 'true' or 'false'.
default_change_Speed_At_Increment_
Syntax: default_change_Speed_At_Increment(value)
Purpose: (Needs clarification) Possibly sets the default value for incrementally changing speed – please clarify if you have more information.
default_cornerRadius_
Syntax: default_cornerRadius(value)
Purpose: Sets the default corner radius for objects.
default_emboss_
Syntax: default_emboss(value)
Purpose: Applies a default emboss effect (the exact effect may need clarification).
default_font_
Syntax: default_font(custom_TTF_font, font_bold, font_size)
Purpose: Sets the default font, including a custom TTF font file, bold setting ('true' or 'false'), and font size.
default_font_floating_tabbar_
Syntax: default_font_floating_tabbar(custom_TTF_font, font_bold, font_size)
Purpose: Sets the default font, including a custom TTF font file, bold setting ('true' or 'false'), and font size specifically for floating tab bars.
default_foreColorOver_RGB_Alpha_
Syntax: default_foreColorOver_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default foreground (text) color used when hovering over objects (specified using RGBA values).
default_image_borderColor_RGB_Alpha_
Syntax default_image_borderColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default border color for images (specified using RGBA values).
default_image_fillColor_RGB_Alpha_
Syntax: default_image_fillColor_RGB_Alpha(HTML_Color_or_R, G, B, Alpha)
Purpose: Sets the default fill color for images (can be specified using an HTML color code or RGBA values).
default_isEditable_
Syntax: default_isEditable(value)
Purpose: Determines if a field is editable by default. Accepts 'true' or 'false'.
default_isEnabled_
Syntax: default_isEnabled(value)
Purpose: Determines if an object or control is enabled by default. Accepts 'true' or 'false'.
default_isVisible_
Syntax: default_isVisible(value)
Purpose: Determines if an object or control is visible by default. Accepts 'true' or 'false'.
default_keyboard_slide_dy_
Syntax: default_keyboard_slide_dy(keyboard_dy_value)
Purpose: Sets the default vertical slide distance (in pixels?) to shift the entire screen upward when the keyboard appears. Default value is 100.
default_message_connection_error_
Syntax: default_message_connection_error(SP_Error, EN_Error)
Purpose: Sets the default error messages displayed for connection failures (one message for Spanish, one for English). Used in conjunction with operations like _Retrieve and _Execute.
default_network_timer_
Syntax: default_network_timer(timeout_secs)
Purpose: Sets the default network timeout value in seconds (default is 180 seconds). Applies to various database connections, GetURL, PostURL, DownloadBIN, DownloadQR, UploadFile, Clickatell, 360Dialog_Whatsapp, Translate_Google, and Translate_Text.
default_picker_columnColor_RGB_Alpha_
Syntax: default_picker_columnColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default column color for picker controls (specified using RGBA values).
default_picker_fontColorSelected_RGB_Alpha_
Syntax: default_picker_fontColorSelected_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default font color for selected items in picker controls (specified using RGBA values).
default_picker_fontColor_RGB_Alpha_
Syntax: default_picker_fontColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default font color for items in picker controls (specified using RGBA values).
default_rotation_
Syntax: default_rotation(value)
Purpose: Sets the default rotation angle (in degrees) for objects.
default_row_color_RGB_Alpha_
Syntax: default_row_color_RGB_Alpha_(R, G, B, Alpha)
Purpose: Sets the default background color for rows (likely in tables or lists), specified using RGBA values.
default_row_line_Color_RGB_Alpha_
Syntax: default_row_line_Color_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default color for lines separating rows (specified using RGBA values).
default_row_over_Color_RGB_Alpha_
Syntax: default_row_over_Color_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default hover-over color for rows (specified using RGBA values).
default_scaleXY_
Syntax: default_scaleXY(valueX, valueY)
Purpose: Sets the default scaling factor for both the X and Y dimensions.
default_textOnly_
Syntax: default_textOnly(value)
Purpose: (Needs clarification) Possibly determines if a control displays only text – please clarify if you have more information.
default_text_backColor_RGB_Alpha_
Syntax: default_text_backColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default background color for text (specified using RGBA values).
default_text_borderColor_RGB_Alpha_
Syntax: default_text_borderColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default border color for text (specified using RGBA values).
default_text_foreColor_RGB_Alpha_
Syntax: default_text_foreColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default foreground (text) color (specified using RGBA values).
default_text_isbackColorVisible_
Syntax: default_text_isbackColorVisible(value)
Purpose: Determines if the default text background color is visible. Accepts 'true' or 'false'.
default_text_isborderVisible_
Syntax: default_text_isborderVisible(value)
Purpose: Determines if the default text border is visible. Accepts 'true' or 'false'.
default_text_y_offset_
Syntax: default_text_y_offset(value)
Purpose: Sets the default vertical (Y-axis) offset for text.
default_textfield_backColor_RGB_Alpha_
Syntax: default_textfield_backColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default background color for text fields (specified using RGBA values).
default_textfield_foreColor_RGB_Alpha_
Syntax: default_textfield_foreColor_RGB_Alpha(R, G, B, Alpha)
Purpose: Sets the default foreground (text) color for text fields (specified using RGBA values).
default_textfield_isbackColorVisible_
Syntax: default_textfield_isbackColorVisible(value)
Purpose: Determines if the default text field background color is visible. Accepts 'true' or 'false'.
default_textfield_isborderVisible_
Syntax: default_textfield_isborderVisible(value)
Purpose: Determines if the default text field border is visible. Accepts 'true' or 'false'.
default_timer_Increment_Speed_
Syntax: default_timer_Increment_Speed(value)
Purpose: Sets the default speed at which timers increment.
default_transition_easing
Syntax: default_transition_easing(easing_method)
Purpose: Sets the default easing method for transitions. Available options include:
easing.linear
easing.continuousLoop
easing.inSine; easing.outSine ; easing.inOutSine ; easing.outInSine
easing.inQuad ; easing.outQuad ; easing.inOutQuad ; easing.outInQuad
easing.inCubic ; easing.outCubic ; easing.inOutCubic ; easing.outInCubic
easing.inQuart ; easing.outQuart ; easing.inOutQuart ; easing.outInQuart
easing.inQuint ; easing.outQuint ; easing.inOutQuint ; easing.outInQuint
easing.inExpo ; easing.outExpo ; easing.inOutExpo ; easing.outInExpo
easing.inCirc ; easing.outCirc ; easing.inOutCirc ; easing.outInCirc
easing.inBack ; easing.outBack ; easing.inOutBack ; easing.outInBack
easing.inElastic ; easing.outElastic ; easing.inOutElastic ; easing.outInElastic
easing.inBounce ; easing.outBounce ; easing.inOutBounce ; easing.outInBounce