System.TTextIOFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Is used internally.

TTextIOFunc is used internally by the Delphi compiler.

See Also