Test TXBROWSE new features
* New: Class TXBrowse DATA nBtnBmp to select the bitmap index from the array oCol:aBitmaps so the button image can be changed, when these edit styles are used: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX and EDIT_GET_BUTTON.
* New: Class TXBrowse Method ChangeBitmap(), selects the button image using DATA nBtnBmp value.
http://rapidshare.com/files/177841907/xbbtget.rar
//-----------------------------------------------------------------------------//
* New: Class TXBrowse DATA lAutoAppend used when FastEdit is active and allows to automatically append a new record to the xbrowse when EOF is true. It is on by default.
http://rapidshare.com/files/177845240/xbrwappe.rar
//-----------------------------------------------------------------------------//
* New: Class TXBrowse DATA oEditFont allows to set a desired font for editing. A font object or a codeblock may be used.
http://rapidshare.com/files/177846582/xbEFont.rar
//-----------------------------------------------------------------------------//
* New: Class TXBrowse DATA bToolTip allows to set a tooltip to the xbrowse cells.
http://rapidshare.com/files/177851157/xbCellTT.rar
//-----------------------------------------------------------------------------//
* New: Class TXBrowse DATA cBmpAdjBrush, adjusts the brush to the entire area of the browse. To avoid the "TILED" style, it has to be used with SetBackGround().
http://rapidshare.com/files/177843295/xbrwbru.rar
//-----------------------------------------------------------------------------//
//-----------------------------------------------------------------------------//
test TGET new feature
* New: Class TGet DATAs nClrTextDis, nClrPaneDis to allow the change of the colors of the get when it is disabled. Codeblocks are allowed too.
http://rapidshare.com/files/177854316/DisGet.rar