System.TTextIOFunc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTextIOFunc = function (var F: TTextRec): Integer;

C++

typedef int __fastcall (*TTextIOFunc)(TTextRec &F);

Eigenschaften

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

Beschreibung

Wird intern verwendet.

TTextIOFunc wird intern vom Delphi-Compiler verwendet.

Siehe auch