System.TTextBuf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TTextBuf = array[0..127] of _AnsiChr;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.pas
System.hpp
System System

Description

A usage interne.

TTextBuf est utilisé en interne par le compilateur Delphi.

Voir aussi