mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
* Deprecate hextobin
This commit is contained in:
parent
9b78328175
commit
36a2835f8c
@ -2536,6 +2536,6 @@ procedure ObjectTextToResource(Input, Output: TStream);
|
||||
|
||||
function LineStart(Buffer, BufPos: PAnsiChar): PAnsiChar;
|
||||
procedure BinToHex(BinValue, HexValue: PAnsiChar; BinBufSize: Integer); deprecated 'use procedures from unit StrUtils';
|
||||
function HexToBin(HexValue, BinValue: PAnsiChar; BinBufSize: Integer): Integer;
|
||||
function HexToBin(HexValue, BinValue: PAnsiChar; BinBufSize: Integer): Integer; deprecated 'use procedures from unit StrUtils';
|
||||
function ExtractStrings(Separators, WhiteSpace: TSysCharSet; Content: PAnsiChar; Strings: TStrings; AddEmptyStrings : Boolean = False): Integer;
|
||||
Function IfThen(AValue: Boolean; const ATrue: TStringList; const AFalse: TStringList = nil): TStringList; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user