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 コンパイラが内部的に使用するものです。

関連項目