System.Classes.TGetChildProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGetChildProc = procedure (Child: TComponent) of object;

C++

typedef void __fastcall (__closure *TGetChildProc)(TComponent* Child);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Beschreibung

Dient nur dem internen Gebrauch.

TGetChildProc dient nur dem internen Gebrauch.

Siehe auch