|
<< Click to display table of contents >>
|
TRVControlPanel provides settings for other components.
Unit FMX.RV.ControlPanel;
Syntax
TRVControlPanel = class(TComponent)
TObject TPersistent TComponent |
The Language property specifies the user interface language for the components associated with this control panel.
By default, it is initialized to the operating system's user interface language.
If you want to set the language, set AutoDetectLanguage to False.
Use the FillLanguageList method to obtain the list of available languages.
The EditHelper property provides access to the TRVEditHelper component used by the components associated with this control panel.
You can also use this property to implement your own editing commands.
For the actions to work, they must be added to the TActionList component assigned to the ActionList property.
You also need to assign the editor that they will work with to the Editor property.
If you want to disable all actions inherited from TrvAction, set the ActionsEnabled property to False.
Widgets linked to this control panel contain fields for entering sizes, such as indents, margins, border widths, and other values. The units used in these fields are specified by the UnitsDisplay property.