HTForeColor Property
  


Gets or sets the HTForeColor for Tabr control

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.HTForeColor := aHTForeColor

Get:
<ParentWindowName>.<ControlName>.HTForeColor --> aHTForeBold

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, HTForeColor , aHTForeColor)

Get:
GetProperty ( <ParentWindowName>, <ControlName>, HTForeColor ) --> aHTForeBold