[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TGetChildProc

Callback used when obtaining child components.

Declaration

type TGetChildProc = procedure(

  Child: TComponent

) of object;