System.TTextIOFunc

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

内部的に使用します。

TTextIOFunc は、Delphi コンパイラが内部的に使用するものです。

関連項目