Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGetColorStringProc

Specifies an object procedure used to process color value to color identifier map entries.

Declaration

Source position: graphics.pp line 1925

type TGetColorStringProc = procedure(

  const s: AnsiString

) of object;

See also

GetColorValues

  

Executes the specified procedure for each of the non-deprecated Color names defined for the platform.


Version 4.4 Generated 2025-11-08 Home