System.SysUtils.TMBCSEncoding.IsBufferValid

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsBufferValid(const Bytes: Pointer; ByteCount: Integer): Boolean; override;

C++

virtual bool __fastcall IsBufferValid(const void * Bytes, int ByteCount)/* overload */;
inline bool __fastcall  IsBufferValid(const TBytes Bytes){ return TEncoding::IsBufferValid(Bytes); }

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TMBCSEncoding

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 !