Delphi
TTextBuf = array[0..127] of _AnsiChr;
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