mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +02:00
* TStringHelper alias.
This commit is contained in:
parent
fb5b891c45
commit
a3beff94dc
@ -206,6 +206,8 @@ Type
|
||||
property Length: SizeInt read GetLength;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
TCurrencyHelper = type helper for Currency
|
||||
private
|
||||
function GetMaxValue: Currency; inline;
|
||||
@ -655,7 +657,13 @@ Type
|
||||
property Length: SizeInt read GetLength;
|
||||
end;
|
||||
|
||||
|
||||
{$IF SIZEOF(CHAR)=2}
|
||||
TStringHelper = Type helper(TUnicodeStringHelper) for UnicodeString
|
||||
end;
|
||||
{$ELSE}
|
||||
TStringHelper = Type helper(TAnsiStringHelper) for ansistring
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF FPC_HAS_TYPE_SINGLE}
|
||||
TSingleHelper = Type Helper for Single
|
||||
|
Loading…
Reference in New Issue
Block a user