Products Downloads


French version


 

Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar below the object, or when he/she resizes the window below and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_RDB_MOVE

The control moves relative to the window.

_RDB_EXPAND

The control expands of contracts.

_RDB_ANCHOR

The control does not move relative to the window.

_RDB_DEFAULT

Corresponds to the value _RDB_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _RDB_MOVE if located in a pane at the bottom.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the left of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_RDB_MOVE

The control moves relative to the window.

_RDB_EXPAND

The control expands of contracts.

_RDB_ANCHOR

The control does not move relative to the window.

_RDB_DEFAULT

Corresponds to the value _RDB_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _RDB_MOVE if located in a pane on the right.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the right of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_RDB_MOVE

The control moves relative to the window.

_RDB_EXPAND

The control expands of contracts.

_RDB_ANCHOR

The control does not move relative to the window.

_RDB_DEFAULT

Corresponds to the value _RDB_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _RDB_MOVE if located in a pane on the right.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar above the object, or when he/she resizes the window above and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants


_RDB_MOVE

The control moves relative to the window.

_RDB_EXPAND

The control expands of contracts.

_RDB_ANCHOR

The control does not move relative to the window.

_RDB_DEFAULT

Corresponds to the value _RDB_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _RDB_MOVE if located in a pane at the bottom.

Conditions for use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Allows the object to be placed in focus. Objects placed in focus are receptive to actions performed by the user using the keyboard and/or mouse.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



RGB color in which the object's background is displayed.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

The OVERLAP property of the object must be set to *FALSE.

Default value

_RDB_COL_SYSTEM



RGB color used to draw the text of the object's buttons.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_RDB_COL_SYSTEM



When the property is *TRUE, the horizontal spacing of the buttons is exactly the value of the HORIZONTAL_SPACE property.
Otherwise, the horizontal space is calculated according to the value of the HORIZONTAL_SPACE property and the length of the longest text on the buttons so that the space is always longer than the button text.


Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*FALSE.


Note: This property is not implemented in Java generation nor in Mobile generation.


Character font used to display the text in the object.

The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.

If you set a property's value, you MUST specify the name and size.

The different styles are specified using the following values:

    • 1: Normal (no special style)
    • 2: Strikethrough
    • 16: Italics
    • 256: Bold
    • 4096: Underlined


The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.

The different script values are as follows:

0

Occidental (ANSI)

1

Default value (current value for the process)

2

Symbol

128

Japanese (Shift JIS)

129

Hangul Korean

130

Johab Korean

134

Simplified chinese GB2312

136

Traditional chinese (Big 5)

161

Greek

162

Turkish

163

Vietnamese

177

Hebrew

178

Arab

186

Baltic

204

Cyrillic

222

Thai

238

Central Europe

255

OEM/DOS

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

MS Sans Serif;8;1;0


Notes:

The size, style and script must be compatible with the chosen font. The Windows system font selection dialog box, accessible via the graphical object's Properties pages, provides a guide for selecting coherent values.


In Cloud and Windows generation, the HEADER_FONT property must be used to modify the character font of the frame text.


Visibility of the frame.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



Specifies the first object in a group of objects. A group of objects is defined by its first object and all the following objects (following the object sequence) until the first object in another group is reached. The user can use the arrow keys to change focus from one object to another within the same group.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*FALSE



Character font used to display the text in the frame.

The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.

If you set a property's value, you MUST specify the name and size.

The different styles are specified using the following values:

    • 1: Normal (no special style)
    • 2: Strikethrough
    • 16: Italics
    • 256: Bold
    • 4096: Underlined


The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.

The different script values are as follows:

0

Occidental (ANSI)

1

Default value (current value for the process)

2

Symbol

128

Japanese (Shift JIS)

129

Hangul Korean

130

Johab Korean

134

Simplified chinese GB2312

136

Traditional chinese (Big 5)

161

Greek

162

Turkish

163

Vietnamese

177

Hebrew

178

Arab

186

Baltic

204

Cyrillic

222

Thai

238

Central Europe

255

OEM/DOS

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

Value of the FONT property


Notes:

When no value is defined by the user for header font in the layout or on execution, it takes the value of the FONT property when the latter is modified.

This property is not implemented by the Mobile and the Java generators.


Height value of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

65.



Defines how the graphical control is adjusted when the window is resized horizontally.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_RDB_ADJUST_EXPAND_WIDTH

The control is expanded width-wise.

_RDB_ADJUST_ALIGNED_LEFT

The control keeps its left side alignment.

_RDB_ADJUST_ALIGNED_RIGHT

The control keeps its right side alignment.

_RDB_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_RDB_ADJUST_NONE

No horizontal adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_RDB_ADJUST_ALIGNED_LEFT


Note: This property is not implemented in Java and Mobile generation.


Distance between two radio buttons placed on the same line.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

10



Distance from the left edge of the frame to the radio buttons in the first column.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

10



Static name of the object.

Adelia type

ALPHA(128).

Accessibility


Layout design mode

Read/Write.

Execution mode

Read.

Associated constants

None.

Conditions of use

None.

Default value

Prefix of the basic object.



Number of radio buttons in the object.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

2



Number of columns of radio buttons in the object.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

1



Authorizes the image object to draw itself over a control positioned in front of it in the window object order.

When this property is set to *TRUE, the object background is transparent.

The transparency applies to the frame text only if the support for Windows themes is active.


Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE


For more information about managing overlapping of graphical objects, consult the working with object overlap section.


Note: This property is not implemented in Java and Mobile generation.


RGB color in which the object's background is displayed in read-only mode.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

The OVERLAP property of the object must be set to *FALSE.

Default value

_RDB_COL_SYSTEM


Note: This property is not implemented in Java generation nor in Mobile generation.


RGB color used to draw the text of the object's buttons in read-only mode.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_RDB_COL_SYSTEM


Note: This property is not implemented in Java generation nor in Mobile generation.


Prevents the object's value from being changed via the interface. Visually, the buttons are dimmed. Colors of the buttons' text, frame's text and background respectively depend on READ_BUTTONS_TEXT_COLOR, READ_TEXT_COLOR and READ_BACKGROUND_COLOR properties.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*FALSE



RGB color used to draw the text of the object's frame in read-only mode.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_RDB_COL_SYSTEM


Note: This property is not implemented in Java generation nor in Mobile generation.


Set including the values of each radio button in the object.

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None.

Conditions for use

None.

Default value

"¤¤"



Allows the object to be placed in focus using the keyboard (TAB key or SHIFT+TAB).

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



Frame description.

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

Title



RGB color used to draw the text of the object's frame.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_RDB_COL_SYSTEM



Set including the descriptions for each radio button in the object.

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read.

Associated constants

None.

Conditions for use

None.

Default value

Radio¤Radio¤



This property specifies whether or not the ToolTip is displayed.

Adelia type

BOOL.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

*TRUE


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Background RGB color of the ToolTip associated with the object.

The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined via the constants listed below.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

_RDB_COL_SYSTEM


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Distance (in pixels) between the bottom edge of the ToolTip and the bottom of the text.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

0


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


By default, the ToolTip is displayed to the bottom-right of the mouse pointer, possibly overlapping part of the button. If the ToolTip is center-adjusted, it is displayed below the button, centered relative to it.

Adelia type

BOOL.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

*FALSE


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Used to delete (or retain) any ampersand characters ('&') in the ToolTip text. This property is useful where the text is from a menu option.

Adelia type

BOOL.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

*FALSE


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Length of time (in ms) during which the ToolTip is displayed.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants


_RDB_TLTP_DFT_DISPLAY_DURATION

Default length of time for display.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

System value set in the machine as ten times the maximum limit for a double-click (generally 5000 ms).


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Character font used to display the ToolTip text.

The string format contains the name, size, style and script, in that order. A semi-colon must be inserted between each element.

If you set a property's value, you MUST specify the name and size.

The different styles are specified using the following values:

    • 1: Normal (no special style)
    • 2: Strikethrough
    • 16: Italics
    • 256: Bold
    • 4096: Underlined

The style value to be specified in the string can either be one of the above values or else the sum of values other than 1.

The different script values are as follows:


0

Occidental (ANSI)

1

Default value (current value for the process)

2

Symbol

128

Japanese (Shift JIS)

129

Hangul Korean

130

Johab Korean

134

Simplified chinese GB2312

136

Traditional chinese (Big 5)

161

Greek

162

Turkish

163

Vietnamese

177

Hebrew

178

Arab

186

Baltic

204

Cyrillic

222

Thai

238

Central Europe

255

OEM/DOS

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

MS Sans Serif;8;1;0


Notes:

The size, style and script must be compatible with the chosen font. The Windows system font selection dialog box, accessible via the graphical object's Properties pages, provides a guide for selecting coherent values.

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Distance (in pixels) between the left-hand edge of the ToolTip and the left of the text.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

the text of the ToolTip must be specified during the layout design phase.

Default value

0


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Maximum width (in pixels) allowed for the ToolTip. By default, the ToolTip text is displayed on a single line.

To display the text on more than one line, you must either specify a maximum width for the ToolTip or else enter a text containing carriage returns (characters with the decimal values 13 and 10).

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants


_RDB_TLTP_DFT_MAX_WIDTH

Default maximum width, displaying the text on a single line (provided the text does not contain carriage returns).

Default value

_RDB_TLTP_DFT_MAX_WIDTH


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


When the ToolTip is permanently active, it is displayed even if the button is placed in a window other than the currently active window.

Adelia type

BOOL.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

the text of the ToolTip must be specified during the layout design phase.

Default value

*TRUE


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Distance (in pixels) between the right-hand edge of the ToolTip and the right of the text.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

the text of the ToolTip must be specified during the layout design phase.

Default value

0


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


RGB color of the ToolTip text associated with the object.

The property's value corresponds to a RGB color. Each color has a red, green and blue component in the range [0 ; 255]. The value of the resultant color is calculated as follows: Color = B*65536 + G*256 + R . Some values are predefined via the constants listed below.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_RDB_COL_SYSTEM

"system" color.

_RDB_COL_BLACK

"black" color.

_RDB_COL_BLUE

"blue" color.

_RDB_COL_CYAN

"cyan" color.

_RDB_COL_GREEN

"green" color.

_RDB_COL_MAGENTA

"magenta" color.

_RDB_COL_RED

"red" color.

_RDB_COL_WHITE

"white" color.

_RDB_COL_YELLOW

"yellow" color.

_RDB_COL_DARKBLUE

"dark blue" color.

_RDB_COL_DARKCYAN

"dark cyan" color.

_RDB_COL_DARKGREEN

"dark green" color.

_RDB_COL_PURPLE

"purple" color.

_RDB_COL_DARKRED

"dark red" color.

_RDB_COL_DARKYELLOW

"dark yellow" color.

_RDB_COL_GREY

"grey" color.

_RDB_COL_DARKGREY

"dark grey" color.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

_RDB_COL_SYSTEM


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Pause (in ms) between the moment the mouse pointer stops over the button and the moment the ToolTip is displayed.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants


_RDB_TLTP_DFT_TIME_BEFORE_APPEAR

Default length of time before appearance.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

System value set in the machine as the maximum limit for a double-click (generally 500 ms).


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Distance (in pixels) between the top edge of the ToolTip and the top of the text.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Not supported.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

The text of the ToolTip must be specified during the layout design phase.

Default value

0


Notes:

This property is not implemented by the Java generator.

It is not available in Mobile generation for Pocket PC and Smartphone platforms.


Distance from the top edge of the frame to the radio buttons in the first line.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

20



Value associated with the object at a given moment in time. This corresponds to the value associated with the selected radio button.

Adelia type

defined when designing layout.

Accessibility


Layout design mode

No.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

Default value corresponding to Adelia type.

* Assume the radio button RDB_ that lets you

* select the of marital status of a person.

* In the program, when the first radio button is selected,

* the property FAMILY_TYPE

* (or the associated variable = ZZFAMILY_TYPE = 'M')




Defines how the graphical control is adjusted when the window is resized vertically.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_RDB_ADJUST_EXPAND_HEIGHT

The control is extended height-wise.

_RDB_ADJUST_ALIGNED_TOP

The control keeps its top side alignment.

_RDB_ADJUST_ALIGNED_BOTTOM

The control keeps its bottom side alignment.

_RDB_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_RDB_ADJUST_NONE

No vertical adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_RDB_ADJUST_ALIGNED_TOP


Note: This property is not implemented in Java and Mobile generation.


Distance between two radio buttons placed in the same column.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

10



Visibility of the object.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



Width value of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

72



X coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.



Y coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.







↑ Top of page