Unit 'CompWriterPas' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home