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

TCWPGetMethodName

Specifies an event handler used to get property information and an identifier name for a property.

Declaration

Source position: compwriterpas.pas line 66

type TCWPGetMethodName = procedure(

  Writer: TCompWriterPas;

  Instance: TPersistent;

  PropInfo: PPropInfo;

  out Name: string

) of object;


Version 4.0 Generated 2025-05-03 Home