TNumberHighlighter.CTypeHex property
PlusMemo Help Send comments on this topic.
TNumberHighlighter.CTypeHex property

Glossary Item Box

 

Applies to

TNumberHighlighter component

 

Declaration

property CTypeHex: Boolean;

 

Description

This property determines whether C hex numbers of the form "0x1234" are highlighted as numbers.  If CTypeHex is False (the default value), such C syntax hexadecimal numbers are not highlighted.  If you set it to True, they will be highlighted.

 

If you change this property at run time, call TPlusMemo.ReApplyKeywords for the change to take effect immediately.  Otherwise, only subsequent editing operations will take account of the new CTypeHex value.