Vcl.Controls.TControlCanvas.UpdateTextFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateTextFlags;

C++

void __fastcall UpdateTextFlags();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlCanvas

Description

Updates the TextFlags property according to the Windows locale.

The UpdateTextFlags method refreshes the TextFlags property of a TControlCanvas object, according to the currently set Windows locale. If the application is running on a system with a Middle East locale, the UpdateTextFlags method enables the right-to-left reading.

See Also