Returns an INTEGER value that represents a combination of a red, green, and blue color value. This function allows you to define an arbitrary color, expanding beyond those colors defined in the color table.
RGB-VALUE ( redval , greenval , blueval )Identifies red, green, and blue color values which can be combined to define a unique color value.
DEFINE VARIABLE hdlControl AS COM-HANDLE NO-UNDO./* Complete code to get a handle to a control in a control-frame.*/. . .hdlControl:BackColor = RGB(128, 0, 256).For detailed information on programming ActiveX Controls, see OpenEdge Development: Programming Interfaces manual.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |