System.Classes.TGetChildProc

提供:RAD Studio API Documentation

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 は、内部使用のためのものです。

関連項目