System.Classes.TGetChildProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetChildProc = procedure (Child: TComponent) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

For internal use only.

TGetChildProc is for internal use only.

See Also