API:System.Classes.TWriter.Write

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Write(const Buffer; Count: NativeInt); overload;
procedure Write(Buffer: TBytes; Offset, Count: NativeInt); overload;
procedure Write(Buffer: TBytes; Count: NativeInt); overload;

C++

void __fastcall Write(const void *Buffer, System::NativeInt Count)/* overload */;
void __fastcall Write(System::Sysutils::TBytes Buffer, System::NativeInt Offset, System::NativeInt Count)/* overload */;
void __fastcall Write(System::Sysutils::TBytes Buffer, System::NativeInt Count)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TWriter

Description

Embarcadero Technologies does not currently have any additional information.