Home
- RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:01 PM]
class
Form
Class used to create Dialog / Windows / Form or whatever you call it.
Functions
Form()
Form(String Title [,short X,short Y,short W,short H,RCPWSTYLE Style,bool Enabled,bool Visible, bool Maximized,bool Minimized,bool Center,_window ParentWindow,bool IsChild,UINT ExtendedStyle])
bool isMaximized()
bool isMinimized()
bool maximize()
bool minimize()
bool open(String defaultFileName)
bool restore()
bool save(String defaultFileName)
bool selectFolder(String &SelectedFolder)
void create(String Title [,short X,short Y,short W,short H,RCPWSTYLE Style,bool Enabled,bool Visible, bool Maximized,bool Minimized,bool Center,_window ParentWindow,bool IsChild,UINT ExtendedStyle])
void setCursor(HCURSOR NewCursor)
void setCursorRC(int IdInResources)
void setIcon(HICON NewIcon)
void setIcon(Icon IconConainer)
void setIconRC(int IdInResources)
Generic Properties
procedure
Visit
www.radcpp.com
for more help and updates.
Documentation created using
FlaX.Doc