ControlText: IGxColor;
The ControlText property returns the object that contains the font color of 3D objects.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.ControlText;
End Sub Main;
After executing the example the Color variable contains the font color of 3D objects.
See also: