#define PRECONDITION(condition)
#define DIAG_DECLARE_GROUP(group)
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
virtual auto GetWindowClassName() -> TWindowClassName
bool SetTime(const TSystemTime &dt)
void GetRange(TSystemTime &mint, TSystemTime &maxt) const
bool SetRange(const TSystemTime &mint, const TSystemTime &maxt)
TDateTimePicker(TWindow *parent, int id, int x, int y, int w, int h, TModule *module=0)
TSystemTime GetTime() const
uint Transfer(TDateTimePickerData &data, TTransferDirection direction)
Safe overload.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TSystemTime is a class derived from the structure SYSTEMTIME.
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...
TResult SendMessage(TMsgId, TParam1=0, TParam2=0) const
Sends a message (msg) to a specified window or windows.
HWND THandle
TWindow encapsulates an HWND.
HWND GetHandle() const
Returns the handle of the window.
Definition of class TDateTimePicker.
TTransferDirection
The TTransferDirection enum describes the constants that the transfer function uses to determine how ...
@ tdSizeData
Return the size of data transferred by the class.
@ tdSetData
Set data from the buffer into the window.
@ tdGetData
Get data from the window into the buffer.
Definition of class TImageList, an ImageList Common Control wrapper.
Object Windows Library (OWLNext Core)
void InitializeCommonControls(uint controlFlags)
Wrapper for the Windows API function InitCommmonControlsEx.
LPARAM TParam2
Second parameter type.