System.SysUtils.TEncoding.IsBufferValid
Delphi
function IsBufferValid(const Bytes: Pointer; ByteCount: Integer): Boolean; overload; virtual;
function IsBufferValid(const Bytes: TBytes): Boolean; overload;
C++
virtual bool __fastcall IsBufferValid(const void * Bytes, int ByteCount)/* overload */;
bool __fastcall IsBufferValid(const TBytes Bytes)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TEncoding |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !