TdxStatusBarPanel.UseRightToLeftAlignment Method
Specifies whether the alignment is applied according to the right-to-left rule.
Declaration
function UseRightToLeftAlignment: Boolean;
Returns
Type |
---|
Boolean |
Remarks
Call this function to determine whether the status bar uses the right-to-left mode that is applied when the system uses a language that assumes right-to-left reading. You should call this function in order to implement proper alignment when implementing TdxCustomStatusBar descendants.
See Also