Home
- RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]
class
_window
This is the base class for class From and all classes for Controls. So all public members, either generic properties and/or functions are available in Form as well as any control, e.g. Button, TextBox, etc..
Functions
FormProcedure setDProcedure(FormProcedure procName)
FormProcedure setWProcedure(FormProcedure procName)
RCP_MSGBOX yesNoCancel(String message[,String title])
UINT addExStyle(UINT addStyle)
UINT addStyle(UINT addStyle)
UINT errorBox (String message[,String title])
UINT getExStyle()
UINT getID()
UINT getStyle()
UINT infoBox (String message[,String title])
UINT msgBox (String message[,String title,DWORD undoc])
UINT removeExStyle(UINT oldStyle)
UINT removeStyle(UINT oldStyle)
UINT setExStyle(UINT newStyle)
UINT setStyle(UINT newStyle)
UINT warnBox (String message[,String title])
bool confirm(String message[,String title])
bool okCancel(String message[,String title])
bool refresh()
bool removeTimer(String timerName)
bool setTimer(String timerName[,unsigned long])
void center()
void destory()
void fitToHeight()
void fitToWidth()
void focus()
void ftiExact()
void looseFocus()
void moveTo(int X, int Y)
void resize(int newWidth, int newHeight)
void setLimit(ULONG limit)
Generic Properties
caption
cheight
cwidth
enabled
height
left
length
overlappedDrawing
text
top
visible
width
Visit
www.radcpp.com
for more help and updates.
Documentation created using
FlaX.Doc