|
<< 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.