| |
Versions 09 and laterAlias Alias | ..Alias is used to: - find out or modify the alias of a window (WINDEV)
- Find out and modify the alias of a dynamic tab pane (WINDEV)
- find out the internal HTML/Javascript name of a control (WEBDEV).
|
AllowActionBarHiding | ..AllowActionBarHiding is used to automatically hide the Action Bar. |
AutomaticTextColor | ..AutomaticTextColor is used to find out and modify the color that will be used for all the captions of the elements that use the "automatic" color. |
BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. |
BackgroundImage | ..BackgroundImage is used to find out and modify the background image of an element: window, page, control or report. |
BrowsedFile | ..BrowsedFile is used to find out and modify the data source used to display records in controls based on a data file. |
BrowsedItem | ..BrowsedItem is used to:- Find out the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols.
- Modify the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols. Then, the browse is reinitialized.
|
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 or Link control.
- Modify the text displayed in a Static or 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.
|
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.
|
CompactToolbar | ..CompactToolbar is used to:- find out whether the toolbars found in the window are compacted.
- compact (or not) the toolbars.
|
DisplayEnabled | ..DisplayEnabled is used to:- find out whether the display of a control or window is enabled or not. If the display is enabled, the content of the control is refreshed on a regular basis.
- enable (or not) the display of a control or window.
|
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.
|
Height | ..Height is used to know and modify the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Looper control. The control can be overlayable or not.
|
HeightExpanded | ..HeightExpanded is used to find out and modify the height of an expanded iOS widget. |
Versions 16 and laterIcon New in version 16Icon Icon | ..Icon is used to:- Find out the icon displayed in the title bar of a window or a Dockable Panel control.
- Change the icon displayed in the title bar of a window or a Dockable Panel 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. |
InitialHeight | ..InitialHeight is used to:- Find out the creation height of a control or window.
- Modify the base height used to anchor the controls "in height".
- Find out the creation height of a block or control in a report.
|
InitialState | ..InitialState is used to find out the initial status of a control. |
InitialVisible | ..InitialVisible is used to find out whether:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
|
InitialWidth | ..InitialWidth is used to:- Find out the initial width of a control or window.
- Modify the base width used to anchor the controls in "width".
- Find out the initial width of a report control.
|
MaxHeight | ..MaxHeight is used to find out and modify the maximum height of a control or window. |
MaxWidth | ..MaxWidth is used to find out and modify the maximum width of a control or window. |
MDIBottom | ..MDIBottom is used to find out and modify the distance between the bottom border of the MDI parent window and the bottom border of the MDI area. |
MDILeft | ..MDILeft is used to find out and modify the distance between the left border of the MDI parent window and the left border of the MDI area. |
MDIRight | ..MDIRight is used to find out and modify the distance between the right border of the MDI parent window and the right border of the MDI area. |
MDITop | ..MDITop is used to find out and modify the distance between the top border of the MDI parent window and the top border of the MDI area. |
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).
|
MinHeight | ..MinHeight is used to find out and modify the minimum height of a control or window. |
MinWidth | ..MinWidth is used to find out and modify the minimum width of a control or window. |
Modified | ..Modified is used to find out whether a control (or a group of controls) was modified by the user (with the keyboard or with the mouse. |
MouseCursor | ..MouseCursor is used to find out and modify the rollover cursor defined for a control, a window or a page. |
MoveableByBackground | ..MoveableByBackground is used to:- find out whether a window can be moved by the background,
- allow (or not) a window to be moved by the background.
|
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.
|
NoteTitle | ..NoteTitle is used to:- Find out the title of the notes used in the program documentation of a control, window, page or report.
- Modify the title of the notes used in the program documentation of a control, window, page or report.
|
Opacity | ..Opacity is used to find out and define the percentage of opacity for a window or for the controls found in a window or in a page. |
Versions 09 and laterPlane Plane | ..Plane is used to:- Find out:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Modify:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
PopupMenu | ..PopupMenu is used to:- Find out the custom popup menu associated with a control or window.
- Modify the popup menu associated with a control or window (associate another popup menu with the control or window).
- Customize the system menus of controls by adding options.
|
Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. |
ProgressBarSystem | ..ProgressBarSystem is used to find out and modify the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later). |
Versions 09 and laterNote New in version 09Note Note | ..Note is used to:- Find out the notes associated with a control, a window, a page or a report.
- Modify the notes associated with a control, a window a page or a report.
|
ReturnedValue | ..ReturnedValue is used to:- Find out and modify the value returned by a window, a page or a report.
- Find out and modify the value returned by an option in a Radio Button control.
|
RightClick | ..RightClick is used to find out and modify the name of the button that will be run when a right click is performed on an object. |
RightToLeft | ..RightToLeft is used to find out the actual writing direction, effective on a control, a column, a window or a report. |
ScreenshotAllowed | The ScreenshotAllowed property is used to: - Determine whether it is possible to take screenshots of a window,
- Allow or prevent taking screenshots of a window.
|
Versions 09 and laterState State | ..State is used to find out and modify the display state of an element. |
StatusBar | ..StatusBar is used to:- find out whether the status bar is displayed or not
- display (or not) the status bar of a window.
|
SystemBarColor | ..SystemBarColor is used to find out and modify the color of the system bar in the maximized mobile windows. |
TextDirection | ..TextDirection is used to find out and modify the writing direction used in a window, in a report or in a control (useful for managing languages such as Arabic or Hebrew). |
Versions 09 and laterTitle Title | ..Title is used to:- Find out the title of a table column, Chart control, window or page
- Modify the title of a table column, Chart control, window or page.
|
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.
|
UsefulHeight | ..UsefulHeight is used to find out and modify the useful height of an internal window, window or supercontrol with scrollbars. |
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.
|
Versions 09 and laterWidth Width | ..Width is used to find out and modify the width:- of a control or block in a report.
- of a control (found in a window), window, column found in a table or column found in a list box (including listview).
- of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
|
WinEditMode | ..WinEditMode is used to find out and modify the actions allowed on the window and its controls when the window switches to the mode "Modification of UI by the end user". |
Versions 09 and laterX New in version 09X X | ..X is used to:- Find out the X coordinate of a control, of a Table control column or of a window (position on X axis).
- Modify the X coordinate of a control or window (position on X axis).
|
XInitial | ..XInitial is used to:- Find out the X coordinate:
- of a control (position on X axis) when opening the window or the page.
- of a window (position on X axis) when opening the window.
- Modify the X coordinate of a control anchored "to right" (position on X axis) when opening the window.
- Find out the X coordinate of a control in relation to its block (position in millimeters on X axis) when opening the report.
|
Versions 09 and laterY New in version 09Y Y | ..Y is used to:- Find out the Y coordinate of a control or window (position on Y axis).
- Modify the Y coordinate of a control or window.
|
YInitial | ..YInitial is used to:- Find out the Y coordinate:
- of a control (position on Y axis) when opening the window or the page.
- of a window (position on Y axis) when opening the window.
- Modify the Y coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window.
- Find out the Y coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report.
|
Versions 12 and laterZoom New in version 12Zoom Zoom | ..Zoom allows you to find out and modify the zoom value used: - in an Image control.
- in a Map control.
- in an Organization Chart control.
- in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control.
- in a Word Processing control.
- in a PDF Reader control.
- in a window.
|