mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
* Add deprecation message
git-svn-id: trunk@49038 -
This commit is contained in:
parent
1b1e1009c1
commit
e99c9ddd75
@ -2466,7 +2466,7 @@ procedure ObjectTextToResource(Input, Output: TStream);
|
||||
{ Utility routines }
|
||||
|
||||
function LineStart(Buffer, BufPos: PChar): PChar;
|
||||
procedure BinToHex(BinValue, HexValue: PChar; BinBufSize: Integer);
|
||||
procedure BinToHex(BinValue, HexValue: PChar; BinBufSize: Integer); deprecated 'use procedures from unit StrUtils';
|
||||
function HexToBin(HexValue, BinValue: PChar; BinBufSize: Integer): Integer;
|
||||
function ExtractStrings(Separators, WhiteSpace: TSysCharSet; Content: PChar; Strings: TStrings; AddEmptyStrings : Boolean = False): Integer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user