TFormatSettings
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
-
Ancestry:
- ValueType | TFormatSettings .NET
- ValueType | TFormatSettings Island
- ValueType | TFormatSettings .NET
constructor .NET, Cooper, Island
constructor
TFormatSettings()
init()
TFormatSettings()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (TLocaleID)
constructor(aLocale: TLocaleID)
TFormatSettings(TLocaleID aLocale)
init(_ aLocale: TLocaleID)
TFormatSettings(TLocaleID aLocale)
Sub New(aLocale As TLocaleID)
Parameters:
- aLocale:
constructor (DelphiString)
constructor(aLocaleName: DelphiString)
TFormatSettings(DelphiString aLocaleName)
init(_ aLocaleName: DelphiString)
TFormatSettings(DelphiString aLocaleName)
Sub New(aLocaleName As DelphiString)
Parameters:
- aLocaleName:
constructor (TFormatSettings) Cooper
constructor(value: TFormatSettings)
TFormatSettings(TFormatSettings value)
init(_ value: TFormatSettings)
TFormatSettings(TFormatSettings value)
Sub New(value As TFormatSettings)
Parameters:
- value:
constructor <clinit> External Cooper
class method constructor <clinit>(+)
static void constructor <clinit>(+ )
static func constructor <clinit>(_ +)
static void constructor <clinit>(+ )
Shared Sub constructor <clinit>( As +)
Parameters:
- :
clone Cooper
method clone: Object
Object clone()
func clone() -> Object
Object clone()
Function clone() As Object
Create .NET, Cooper, Island
class method Create: TFormatSettings
static TFormatSettings Create()
static func Create() -> TFormatSettings
static TFormatSettings Create()
Shared Function Create() As TFormatSettings
Create (TLocaleID): TFormatSettings virtual
class method Create(aLocale: TLocaleID): TFormatSettings
static TFormatSettings Create(TLocaleID aLocale)
static func Create(_ aLocale: TLocaleID) -> TFormatSettings
static TFormatSettings Create(TLocaleID aLocale)
Shared Function Create(aLocale As TLocaleID) As TFormatSettings
Parameters:
- aLocale:
Create (DelphiString): TFormatSettings virtual
class method Create(aLocaleName: DelphiString): TFormatSettings
static TFormatSettings Create(DelphiString aLocaleName)
static func Create(_ aLocaleName: DelphiString) -> TFormatSettings
static TFormatSettings Create(DelphiString aLocaleName)
Shared Function Create(aLocaleName As DelphiString) As TFormatSettings
Parameters:
- aLocaleName:
Create Create(): TFormatSettings virtual Toffee
static func Create(Create ) -> TFormatSettings
Parameters:
- :
CurrencyDecimals
var CurrencyDecimals: Byte;
Byte CurrencyDecimals
var CurrencyDecimals: Byte
Byte CurrencyDecimals
FIELD CurrencyDecimals() As Byte
CurrencyFormat
var CurrencyFormat: Byte;
Byte CurrencyFormat
var CurrencyFormat: Byte
Byte CurrencyFormat
FIELD CurrencyFormat() As Byte
CurrencyString
var CurrencyString: DelphiString;
DelphiString CurrencyString
var CurrencyString: DelphiString
DelphiString CurrencyString
FIELD CurrencyString() As DelphiString
DateSeparator
var DateSeparator: DelphiString;
DelphiString DateSeparator
var DateSeparator: DelphiString
DelphiString DateSeparator
FIELD DateSeparator() As DelphiString
DecimalSeparator
var DecimalSeparator: Char;
Char DecimalSeparator
var DecimalSeparator: Char
Char DecimalSeparator
FIELD DecimalSeparator() As Char
Invariant .NET, Cooper, Island
class method Invariant: TFormatSettings
static TFormatSettings Invariant()
static func Invariant() -> TFormatSettings
static TFormatSettings Invariant()
Shared Function Invariant() As TFormatSettings
Invariant Invariant(): TFormatSettings virtual Toffee
static func Invariant(Invariant ) -> TFormatSettings
Parameters:
- :
ListSeparator
var ListSeparator: Char;
Char ListSeparator
var ListSeparator: Char
Char ListSeparator
FIELD ListSeparator() As Char
Locale
var Locale: TLocaleID;
TLocaleID Locale
var Locale: TLocaleID
TLocaleID Locale
FIELD Locale() As TLocaleID
LongDateFormat
var LongDateFormat: DelphiString;
DelphiString LongDateFormat
var LongDateFormat: DelphiString
DelphiString LongDateFormat
FIELD LongDateFormat() As DelphiString
LongTimeFormat
var LongTimeFormat: DelphiString;
DelphiString LongTimeFormat
var LongTimeFormat: DelphiString
DelphiString LongTimeFormat
FIELD LongTimeFormat() As DelphiString
NegCurrFormat
var NegCurrFormat: Byte;
Byte NegCurrFormat
var NegCurrFormat: Byte
Byte NegCurrFormat
FIELD NegCurrFormat() As Byte
NormalizedLocaleName
var NormalizedLocaleName: String;
String NormalizedLocaleName
var NormalizedLocaleName: String
String NormalizedLocaleName
FIELD NormalizedLocaleName() As String
ShortDateFormat
var ShortDateFormat: DelphiString;
DelphiString ShortDateFormat
var ShortDateFormat: DelphiString
DelphiString ShortDateFormat
FIELD ShortDateFormat() As DelphiString
ShortTimeFormat
var ShortTimeFormat: DelphiString;
DelphiString ShortTimeFormat
var ShortTimeFormat: DelphiString
DelphiString ShortTimeFormat
FIELD ShortTimeFormat() As DelphiString
ThousandSeparator
var ThousandSeparator: Char;
Char ThousandSeparator
var ThousandSeparator: Char
Char ThousandSeparator
FIELD ThousandSeparator() As Char
TimeAMString
var TimeAMString: DelphiString;
DelphiString TimeAMString
var TimeAMString: DelphiString
DelphiString TimeAMString
FIELD TimeAMString() As DelphiString
TimePMString
var TimePMString: DelphiString;
DelphiString TimePMString
var TimePMString: DelphiString
DelphiString TimePMString
FIELD TimePMString() As DelphiString
TimeSeparator
var TimeSeparator: Char;
Char TimeSeparator
var TimeSeparator: Char
Char TimeSeparator
FIELD TimeSeparator() As Char
TwoDigitYearCenturyWindow
CurrencyDecimals
var CurrencyDecimals: Byte;
Byte CurrencyDecimals
var CurrencyDecimals: Byte
Byte CurrencyDecimals
FIELD CurrencyDecimals() As Byte
CurrencyFormat
var CurrencyFormat: Byte;
Byte CurrencyFormat
var CurrencyFormat: Byte
Byte CurrencyFormat
FIELD CurrencyFormat() As Byte
CurrencyString
var CurrencyString: DelphiString;
DelphiString CurrencyString
var CurrencyString: DelphiString
DelphiString CurrencyString
FIELD CurrencyString() As DelphiString
DateSeparator
var DateSeparator: DelphiString;
DelphiString DateSeparator
var DateSeparator: DelphiString
DelphiString DateSeparator
FIELD DateSeparator() As DelphiString
DecimalSeparator
var DecimalSeparator: Char;
Char DecimalSeparator
var DecimalSeparator: Char
Char DecimalSeparator
FIELD DecimalSeparator() As Char
ListSeparator
var ListSeparator: Char;
Char ListSeparator
var ListSeparator: Char
Char ListSeparator
FIELD ListSeparator() As Char
Locale
var Locale: TLocaleID;
TLocaleID Locale
var Locale: TLocaleID
TLocaleID Locale
FIELD Locale() As TLocaleID
LongDateFormat
var LongDateFormat: DelphiString;
DelphiString LongDateFormat
var LongDateFormat: DelphiString
DelphiString LongDateFormat
FIELD LongDateFormat() As DelphiString
LongTimeFormat
var LongTimeFormat: DelphiString;
DelphiString LongTimeFormat
var LongTimeFormat: DelphiString
DelphiString LongTimeFormat
FIELD LongTimeFormat() As DelphiString
NegCurrFormat
var NegCurrFormat: Byte;
Byte NegCurrFormat
var NegCurrFormat: Byte
Byte NegCurrFormat
FIELD NegCurrFormat() As Byte
NormalizedLocaleName
var NormalizedLocaleName: String;
String NormalizedLocaleName
var NormalizedLocaleName: String
String NormalizedLocaleName
FIELD NormalizedLocaleName() As String
ShortDateFormat
var ShortDateFormat: DelphiString;
DelphiString ShortDateFormat
var ShortDateFormat: DelphiString
DelphiString ShortDateFormat
FIELD ShortDateFormat() As DelphiString
ShortTimeFormat
var ShortTimeFormat: DelphiString;
DelphiString ShortTimeFormat
var ShortTimeFormat: DelphiString
DelphiString ShortTimeFormat
FIELD ShortTimeFormat() As DelphiString
ThousandSeparator
var ThousandSeparator: Char;
Char ThousandSeparator
var ThousandSeparator: Char
Char ThousandSeparator
FIELD ThousandSeparator() As Char
TimeAMString
var TimeAMString: DelphiString;
DelphiString TimeAMString
var TimeAMString: DelphiString
DelphiString TimeAMString
FIELD TimeAMString() As DelphiString
TimePMString
var TimePMString: DelphiString;
DelphiString TimePMString
var TimePMString: DelphiString
DelphiString TimePMString
FIELD TimePMString() As DelphiString
TimeSeparator
var TimeSeparator: Char;
Char TimeSeparator
var TimeSeparator: Char
Char TimeSeparator
FIELD TimeSeparator() As Char
TwoDigitYearCenturyWindow
constructor <clinit> External Cooper
class method constructor <clinit>(+)
static void constructor <clinit>(+ )
static func constructor <clinit>(_ +)
static void constructor <clinit>(+ )
Shared Sub constructor <clinit>( As +)
Parameters:
- :
Create .NET, Cooper, Island
class method Create: TFormatSettings
static TFormatSettings Create()
static func Create() -> TFormatSettings
static TFormatSettings Create()
Shared Function Create() As TFormatSettings
Create (TLocaleID): TFormatSettings virtual
class method Create(aLocale: TLocaleID): TFormatSettings
static TFormatSettings Create(TLocaleID aLocale)
static func Create(_ aLocale: TLocaleID) -> TFormatSettings
static TFormatSettings Create(TLocaleID aLocale)
Shared Function Create(aLocale As TLocaleID) As TFormatSettings
Parameters:
- aLocale:
Create (DelphiString): TFormatSettings virtual
class method Create(aLocaleName: DelphiString): TFormatSettings
static TFormatSettings Create(DelphiString aLocaleName)
static func Create(_ aLocaleName: DelphiString) -> TFormatSettings
static TFormatSettings Create(DelphiString aLocaleName)
Shared Function Create(aLocaleName As DelphiString) As TFormatSettings
Parameters:
- aLocaleName:
Create Create(): TFormatSettings virtual Toffee
static func Create(Create ) -> TFormatSettings
Parameters:
- :
Invariant .NET, Cooper, Island
class method Invariant: TFormatSettings
static TFormatSettings Invariant()
static func Invariant() -> TFormatSettings
static TFormatSettings Invariant()
Shared Function Invariant() As TFormatSettings
Invariant Invariant(): TFormatSettings virtual Toffee
static func Invariant(Invariant ) -> TFormatSettings
Parameters:
- :
constructor .NET, Cooper, Island
constructor
TFormatSettings()
init()
TFormatSettings()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (TLocaleID)
constructor(aLocale: TLocaleID)
TFormatSettings(TLocaleID aLocale)
init(_ aLocale: TLocaleID)
TFormatSettings(TLocaleID aLocale)
Sub New(aLocale As TLocaleID)
Parameters:
- aLocale:
constructor (DelphiString)
constructor(aLocaleName: DelphiString)
TFormatSettings(DelphiString aLocaleName)
init(_ aLocaleName: DelphiString)
TFormatSettings(DelphiString aLocaleName)
Sub New(aLocaleName As DelphiString)
Parameters:
- aLocaleName:
constructor (TFormatSettings) Cooper
constructor(value: TFormatSettings)
TFormatSettings(TFormatSettings value)
init(_ value: TFormatSettings)
TFormatSettings(TFormatSettings value)
Sub New(value As TFormatSettings)
Parameters:
- value:
clone Cooper