System.TTextBuf

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TTextBuf = array [0..127] of AnsiChar;

C++

typedef System::StaticArray<char, 128> TTextBuf;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.pas
System.hpp
System System

Beschreibung

Wird intern verwendet.

TTextBuf wird intern vom Delphi-Compiler verwendet.

Siehe auch