Vcl.Graphics.GetCharsetValues
Delphi
procedure GetCharsetValues(Proc: TGetStrProc);
C++
extern DELPHI_PACKAGE void __fastcall GetCharsetValues(System::Classes::TGetStrProc Proc);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
Passes the name of every predefined character set string to a callback function.
Call GetCharsetValues to execute a callback for every character set name that has a corresponding constant defined in the application. The Proc parameter is the callback function that is called for every character set constant name.
Note: To convert the strings that are passed to the callback into the TFontCharset type, use the IdentToCharset function.
See Also
Code Examples