Type: info
         Title: resource compiler: support for a Window's BorderStyle
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS odbmacros2


*Summary*
--------
extended resource syntax:
class Window
{
  ...
  BorderStyle = WindowBorderStyle;
  ...
};

*Description*
-------------
The resource compiler now supports specifying a window's BorderStyle
in the resource. For example:
  MultiLineEdit ED_SOME_TEXT
  {
    ...
    Border = TRUE;
    BorderStyle = WINDOW_BORDER_MONO;
  }
will give you a multi line edit which has a border as if you would
have called SetBorderStyle( WINDOW_BORDER_MONO ) at runtime.

For allowed WINDOW_BORDER_* constants, look into the output of "rsc
-syntax", or into vcl/window.hxx.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to