Method function IGDIPlus.TGPStringFormat.GenericDefault() : TGPStringFormat
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TGPStringFormat
Contents |
Syntax
Delphi:
function GenericDefault() : TGPStringFormat;
C++ Builder:
TGPStringFormat __fastcall GenericDefault();
Visual C++ (MFC):
CTGPStringFormat GenericDefault();
Summary
Creates a generic, default TGPStringFormat object.
Description
Call this method to create a generic, default TGPStringFormat object. Remarks A generic, default StringFormat object has the following characteristics:
* No string format flags are set. * Character alignment and line alignment are set to StringAlignmentNear. * Language ID is set to neutral language, which means that the current language associated with the calling thread is used. * String digit substitution is set to StringDigitSubstituteUser. * Hot key prefix is set to HotkeyPrefixNone. * Number of tab stops is set to zero. * String trimming is set to StringTrimmingCharacter.