API:FMX.StdActns
Classes
| IValueRange | This interface declares methods for setting and getting the ValueRange property. |
| TBaseValueRange | This class associates a floating-point number Value with methods and properties used for handling Value between the values specified by Min and Max. |
| TCustomValueRange | Extends the TBaseValueRange class providing methods and properties used to control the correctness of the Value handling within its Min to Max range. |
| TCustomValueRangeAction | The base class for actions (without published properties) that can be used by controls having ValueRange-type properties. |
| TCustomValueRangeClass | Defines the metaclass for TCustomValueRange. |
| TFileExit | |
| TFileHideApp | |
| TFileHideAppOthers | |
| THintAction | This action executes in order to trigger the OnHint event on all the hint receivers in the active form. |
| TObjectViewAction | |
| TSysCommonAction | |
| TValueRange | Extends the TCustomValueRange class declaring Value, Min, Max, and some other properties to be published. |
| TValueRangeAction | Class that can be used by controls having ValueRange-type properties. |
| TValueRangeActionLink | Class responsible for the communication between an action of type TValueRangeAction and a control that implements the IValueRange interface. |
| TViewAction | |
| TVirtualKeyboard | Represents the on-screen keyboard. |
| TWindowClose |
Types
| _di_IValueRange |
Constants
| DefaultMaxValue | DefaultMaxValue: Comp = 100; |