Home
- RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]
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