System.TTextBuf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Is used internally.

TTextBuf is used internally by the Delphi compiler.

See Also