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