13#if defined(OWL_SUPPORT_BWCC)
34 int x,
int y,
int w,
int h,
55 int x,
int y,
int w,
int h,
69#if defined(OWL_SUPPORT_BWCC)
111struct TGroupBoxGetText
133#if OWL_PERSISTENT_STREAMS
142 is >> GetObject()->NotifyParent;
150TGroupBox::Streamer::Write(opstream&
os)
const
153 os << GetObject()->NotifyParent;
Definition of class TApplication.
Legacy support for Borland Windows Custom Controls (BWCC)
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
An instance of a TGroupBox is an interface object that represents a corresponding group box element.
tstring GetText()
String-aware overload.
int GetTextLen()
Returns the length of the control's text.
virtual auto GetWindowClassName() -> TWindowClassName
Returns the name of TGroupBox's Windows registration class, "BUTTON".
TGroupBox(TWindow *parent, int id, LPCTSTR text, int X, int Y, int W, int H, TModule *module=0)
Constructs a group box object with the supplied parent window (Parent), control ID (Id),...
int GetText(TCHAR *str, int maxChars)
Fills the given string with the text of the control.
virtual void SelectionChanged(int controlId)
If NotifyParent is true, SelectionChanged notifies the parent window of the group box that one of its...
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
Type-safe encapsulation of a Windows class name, a union between ATOM and LPCTSTR.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TWindow * GetParentO() const
Return the OWL's parent for this window.
void DisableTransfer()
Disables (for the interface object) the transfer mechanism, which allows state data to be transferred...
bool PostMessage(TMsgId, TParam1=0, TParam2=0)
Posts a message (msg) to the window in the application's message queue.
HWND GetHandle() const
Returns the handle of the window.
ipstream, a specialized input stream derivative of pstream, is the base class for reading (extracting...
void ReadBaseObject(Base *base, ipstream &in)
#define IMPLEMENT_STREAMABLE1(cls, base1)
void WriteBaseObject(Base *base, opstream &out)
Definition of class TGroupBox.
Object Windows Library (OWLNext Core)
tstring CopyText(int size, TGetText get_text)
Copies text from a C-string (null-terminated character array) into a string object,...
TParam1 MkParam1(uint lo, uint hi)