[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'CompWriterPas' (#lazutils)

TCWPGetParentPropertyEvent

Specifies an event handler used to get a parent property name for a component instance.

Declaration

Source position: compwriterpas.pas line 68

type TCWPGetParentPropertyEvent = procedure(

  Writer: TCompWriterPas;

  Component: TComponent;

  var PropName: string

) of object;


Version 4.0 Generated 2025-05-03 Home