Class: tsbaseform

PlugIn Class:_diac_pdm
PlugIn ID:2000
PlugIn Group:DIAC

Class:tsbaseform
Source file:C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\TSBASE.VCX
Current Group:DIAC
File Group:4096

Units:Pixels
Comment:Base Form
h File:..\include\tastrade.h
Parent Class:form
Base Class:form
OLE Public:Class tsbaseform is not OLE public
Comment:Base Form
Include:..\include\tastrade.h
Toolbar Icon:Icon of class tsbaseform ..\bitmaps\form.bmp
Container Icon:Container icon of class tsbaseform ..\bitmaps\form.bmp
Scale:Pixels

Properties Methods 
Properties
A P H I Name Initial value Comment
Property aerrormsg[3,0] is array Property aerrormsg[3,0] is not protected Property aerrormsg[3,0] is not hidden Property aerrormsg[3,0] is not inherited aerrormsg[3,0]   Holds error messages. Used in Error event method.
Property AutoCenter is not array Property AutoCenter is not protected Property AutoCenter is not hidden Property AutoCenter is inherited AutoCenter .T.  
Property BackColor is not array Property BackColor is not protected Property BackColor is not hidden Property BackColor is inherited BackColor 192,192,192  
Property BorderStyle is not array Property BorderStyle is not protected Property BorderStyle is not hidden Property BorderStyle is inherited BorderStyle 2  
Property BufferMode is not array Property BufferMode is not protected Property BufferMode is not hidden Property BufferMode is inherited BufferMode 2  
Property Caption is not array Property Caption is not protected Property Caption is not hidden Property Caption is inherited Caption "Form1"  
Property ctoolbar is not array Property ctoolbar is not protected Property ctoolbar is not hidden Property ctoolbar is not inherited ctoolbar tstoolbar The name of the toolbar to create when the form is run.
Property DoCreate is not array Property DoCreate is not protected Property DoCreate is not hidden Property DoCreate is inherited DoCreate .T.  
Property FontSize is not array Property FontSize is not protected Property FontSize is not hidden Property FontSize is inherited FontSize 8  
Property Height is not array Property Height is not protected Property Height is not hidden Property Height is inherited Height 300  
Property lallowdelete is not array Property lallowdelete is not protected Property lallowdelete is not hidden Property lallowdelete is not inherited lallowdelete .T. True if deleting is allowed for the current form.
Property lallowedits is not array Property lallowedits is not protected Property lallowedits is not hidden Property lallowedits is not inherited lallowedits .T. True if editing is allowed for the current form.
Property lallownew is not array Property lallownew is not protected Property lallownew is not hidden Property lallownew is not inherited lallownew .T. True if adding new records is allowed for the current form.
Property lhaderror is not array Property lhaderror is not protected Property lhaderror is not hidden Property lhaderror is not inherited lhaderror   An error occurred while error handling was disabled.
Property lseterroroff is not array Property lseterroroff is not protected Property lseterroroff is not hidden Property lseterroroff is not inherited lseterroroff   Disable error handling
Property MaxButton is not array Property MaxButton is not protected Property MaxButton is not hidden Property MaxButton is inherited MaxButton .F.  
Property MDIForm is not array Property MDIForm is not protected Property MDIForm is not hidden Property MDIForm is inherited MDIForm .T.  
Property MinButton is not array Property MinButton is not protected Property MinButton is not hidden Property MinButton is inherited MinButton .F.  
Property Width is not array Property Width is not protected Property Width is not hidden Property Width is inherited Width 578  

Methods
PHI NameComment
Method Activate is not protected Method Activate is not hidden Method Activate is inherited Activate  
Method addnew is not protected Method addnew is not hidden Method addnew is not inherited addnew Prepares the form for entry of a new record, and appends a record to the current alias.
Method addtomenu is not protected Method addtomenu is not hidden Method addtomenu is not inherited addtomenu Adds the caption of the form to the Window menu.
Method asktosave is not protected Method asktosave is not hidden Method asktosave is not inherited asktosave Prompts user to save changes if necessary.
Method datachanged is not protected Method datachanged is not hidden Method datachanged is not inherited datachanged Returns .T. if data has changed on the current form.
Method delete is not protected Method delete is not hidden Method delete is not inherited delete Deletes the current record.
Method Destroy is not protected Method Destroy is not hidden Method Destroy is inherited Destroy  
Method Error is not protected Method Error is not hidden Method Error is inherited Error  
Method first is not protected Method first is not hidden Method first is not inherited first Moves the record pointer for the current alias to the first record.
Method Init is not protected Method Init is not hidden Method Init is inherited Init  
Method isnewandempty is not protected Method isnewandempty is not hidden Method isnewandempty is not inherited isnewandempty Returns .T. if the user has added a new record but not made any changes.
Method last is not protected Method last is not hidden Method last is not inherited last Moves the record pointer for the current alias to the last record.
Method next is not protected Method next is not hidden Method next is not inherited next Moves the record pointer for the current alias to the next record.
Method prior is not protected Method prior is not hidden Method prior is not inherited prior Moves the record pointer for the current alias to the prior record.
Method QueryUnload is not protected Method QueryUnload is not hidden Method QueryUnload is inherited QueryUnload  
Method refreshform is not protected Method refreshform is not hidden Method refreshform is not inherited refreshform Custom refresh method.
Method removefrommenu is not protected Method removefrommenu is not hidden Method removefrommenu is not inherited removefrommenu Removes the caption of the form from the Window menu.
Method restore is not protected Method restore is not hidden Method restore is not inherited restore Restores all changes made on the current form. (Also cancels the previous New operation, if applicable).
Method restorewindowpos is not protected Method restorewindowpos is not hidden Method restorewindowpos is not inherited restorewindowpos Reads the last position of the window from the INI file and sets the appropriate window properties.
Method save is not protected Method save is not hidden Method save is not inherited save Saves the information on the form to the current alias.
Method savewindowpos is not protected Method savewindowpos is not hidden Method savewindowpos is not inherited savewindowpos Saves the position of the window to the INI file.
Method Unload is not protected Method Unload is not hidden Method Unload is inherited Unload  
Method waitmode is not protected Method waitmode is not hidden Method waitmode is not inherited waitmode Toggles the wait cursor on and off for all controls on the screen.
Method writebuffer is not protected Method writebuffer is not hidden Method writebuffer is not inherited writebuffer Called when we need to write the contents of the current control from the buffer to disk.

Back MethodsBack Methods
Back TopBack Top