System.Classes.TGetChildProc
Delphi
TGetChildProc = procedure (Child: TComponent) of object;
C++
typedef void __fastcall (__closure *TGetChildProc)(TComponent* Child);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
type typedef |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
説明
内部使用のみ。
TGetChildProc は、内部使用のためのものです。