[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates the role which a accessible object takes in the user interface
Source position: controls.pp line 938
type TLazAccessibilityRole = ( |
||
larAnimation, |
|
An object that displays an animation |
larButton, |
|
A button |
larCell, |
|
A cell in a table |
larChart, |
|
An object that displays a graphical representation of data |
larCheckBox, |
|
An object that can be checked or unchecked, or sometimes in an intermediary state |
larClock, |
|
A clock displaying time |
larColorPicker, |
|
A control which allows selecting a color |
larComboBox, |
|
A list of choices that the user can select from |
larDateField, |
|
A controls which displays and possibly allows one to choose a date |
larGrid, |
|
A grid control which displays cells |
larGroup, |
|
A control which groups others, such as a TGroupBox |
larIgnore, |
|
Something to be ignored. For example a blank space between other objects |
larImage, |
|
A graphic or picture or an icon |
larLabel, |
|
A text label as usually placed near other widgets |
larListBox, |
|
A list of items, from which the user can select one or more items |
larListItem, |
|
An item in a list of items |
larMenuBar, |
|
A main menu bar |
larMenuItem, |
|
A item in a menu |
larProgressIndicator, |
|
A control which shows a progress indication |
larRadioButton, |
|
A radio button, see for example TRadioButton |
larResizeGrip, |
|
A grip that the user can drag to change the size of widgets |
larScrollBar, |
|
A control to scroll another one |
larSpinner, |
|
A control which allows one to increment / decrement a value |
larTabControl, |
|
A control with tabs, like TPageControl |
larTextEditorMultiline, |
|
A multi-line text editor (for example: TMemo, SynEdit) |
larTextEditorSingleline, |
|
A single-line text editor (for example: TEdit) |
larTrackBar, |
|
A control which allows one to drag a slider |
larTreeView, |
|
A list of items in a tree structure |
larTreeItem, |
|
An item in a tree structure |
larWindow |
|
A top level window |
); |
|
Represents an accessible object with which the user of a accessibility tool can interact. |
lazarus-ccr.sourceforge.net |