| |
BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. |
Caption | In a database, ..Caption is used to:- Find out the caption associated with a file item.
- Find out the caption associated with a data file.
- Find out and modify the connection caption.
In a report, ..Caption is used to: - Find out the text displayed in a Static control or in a link control.
- Modify the text displayed in a Static control or in a link control.
In a window or in a page, ..Caption is used to: - Find out and modify the caption of a control in a window or in a page.
- Find out and modify the caption of a menu option.
- Find out and modify the title of a window or page.
- Find out the content of a site map path.
|
Checked | ..Checked is used to:- Find out whether a menu option is checked or not.
- Display (or not) a checkmark in front of a menu option.
|
Versions 09 and laterColor Color | ..Color is used to find out and modify the font color for:- a font variable.
- a text displayed in a Static control or in a calculated control of a report.
- a text displayed in a window control.
- a text displayed in a page control.
|
Versions 12 and laterCount Count | ..Count is used to find out the number of elements in a set. |
Versions 09 and laterFont New in version 09Font Font | ..Font is used to:- Find out the identifier of the font used in a control found in a report, in a page or in a window.
- Modify the font used in a control found in a report, in a page or in a window.
|
FontBold | ..FontBold is used to:- Find out whether a text is bold or not.
- Modify the weight of a text.
|
FontCharset | ..FontCharset is used to:- Find out the character set used by the screen fonts of a control.
- Modify the character set used by the screen fonts of a control.
|
FontCondensed | ..FontCondensed is used to:- Find out whether the characters in a text are condensed or not.
- Condense (or not) the characters in a text.
|
FontExtended | ..FontExtended is used to:- Find out whether the characters in a text are extended or not.
- Extend (or not) the characters displayed in a text.
|
FontItalic | ..FontItalic is used to:- Find out whether the italic attribute is assigned to a text.
- Modify the italic attribute of a text.
|
FontLarge | ..FontLarge is used to:- Find out whether the characters in a text are enlarged or not.
- Enlarge (or not) the characters in a text.
|
FontName | ..FontName is used to:- Find out the font used in a control.
- Modify the font used in a control.
|
FontSize | ..FontSize is used to:- Find out the size of the font used in a control.
- Modify the size of the font used in a control.
|
FontStrikeOut | ..FontStrikeOut is used to:- Find out whether a text is struck out or not.
- Strike out (or not) the text displayed in a control.
|
FontUnderlined | ..FontUnderlined is used to:- Find out whether a text is underlined or not.
- Underline (or not) a text.
|
FullName | ..FullName is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
|
Grayed | ..Grayed is used to: - Find out whether a control (or a group of controls) is grayed or not.
- Gray or ungray a control or a group of controls.
|
Versions 09 and laterGroup Group | ..Group is used to: - find out whether the control belongs to a group of controls. If the control belongs to one or more groups, ..Group is used to identify these groups of controls.
- associate a control with a group of controls.
|
HelpNumber | ..HelpNumber is used to find out and modify the help number associated with a control. |
Versions 09 and laterImage Image | ..Image is used to find out and modify the background image associated with a control or with a block. |
Message | ..Message is used to:- Find out the help message associated with a control or with a menu option (in a window).
- Modify the help message associated with a control or with a menu option (in a window).
|
Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
|
Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. |
Versions 09 and laterState State | ..State is used to find out and modify the display status of an element. |
Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
|
Versions 09 and laterValue Value | ..Value is used to:- Find out and modify the value of a report control.
- Find out and modify the value of a control or the title of a window.
- Find out the identifier of a stream.
- Find out and modify the value of a control or the title of a page.
|
Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|