Links
EControl Form Designer Pro
TCustomInspectorList.DefPropNameDraw Property

Specifies whether custom property name drawing defined in property editors is used.

property DefPropNameDraw: Boolean;

It is possible ti define property name rendering in any property editor by implementing ICustomPropertyDrawing interface. If you change displayed property names by assigning new values to TPropertyItem.DisplayName this property drawing implementation will paint default property name and TPropertyItem.DisplayName will not be used. 

To disable using ICustomPropertyDrawing for rendering property names set DefPropNameDraw to False.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!