|
|
Frequently Asked Questions |
In this place you can find an answers to frequently asked questions concerned with components located in X-Files Components package. If any function, procedure or property is a reason of your troubles, send out short description to my e-mail. Before you'll done it, check this page for looking up a ready solution for your problem. If you found a bug and you are expecting a quick fix, please prepare a simple example to show the bug's occurrence and send me a source code of this example. Do not use components that are'nt standard installed in Delphi/C++Builder. Do not forget to attach the version number of Delphi/C++Builder, you are currently using. Frequently Asked Questions (FAQ)1. How to replace TDBGrid component to TXDBGrid component in old projects ? TXDBGrid is fully compatible with TDBGrid component on properties level and can be used as a replacement without losing existing values.
Go to the top of this page 2. How to replace standard controls with appropriate gradient controls in old projects ?
Go to the top of this page 3. How to recompile X-DBGrid Component package ?
To do this you should have the Professional version (with source) of the package. Go to the top of this page 4. How to recompile X-Files Components package ?
To do this you should have the Professional version (with source) of the package. Go to the top of this page 5. How to achieve using Windows Themes under Delphi/C++Builder 5 & 6 ? To achieve using Windows Themes on Windows XP platform and newest the TThemeServices class is required. This class is available in Themes unit as early as Delphi 7. To achieve themed version of all X-Files controls under Delphi/C++Builder 5 & 6, you should:
To do this you should have the Professional version (with source) of the package. Go to the top of this page 6. How to use X-Files Components Professional with QuickReport Professional ? X-Files Components package is compiled with using latest version of QuickReport Standard.
When the fatal error occurs (
To do this you should have the Professional version (with source) of the package. Notice. Some versions of Quick Report Professional have checked incorrect Build control switch in Package Options ("Rebuild as needed"). In that case, you must first change this option to "Explicit rebuild" and rebuild both packages of Quick Report, to successfully recompile X-Files Components Professional package. Go to the top of this page 7. How to display additional graphic formats (*.pcx, *.tiff, etc.) in TXDBGrid ? TXDBGrid component can directly display *.bmp, *.ico, *.wmf, *.emf, *.gif, *.png & *.jpg graphics stored in BLOB fields, when DataType of BLOB field is ftGraphic. To directly display additional graphic formats in TXDBGrid, you should:
To do this you should have the Professional version (with source) of the package. Go to the top of this page 8. How to display additional graphic formats in TDBImage, TQRDBImage ? TDBImage & TQRDBImage can display only *.bmp graphics stored in BLOB fields because TBlobField & TGraphicField classes supports assignment only from/to TBitmap graphic class. To achieve assignment compatibility between graphic BLOB field and TPicture class for additional graphic formats (*.ico, *.gif, *.png, *.jpg and others supported by GraphicEx library) you should to add XDBFields unit to the uses clause and replace TBlobField & TGraphicField class names with TXBlobField & TXGraphicField. You can do it manually or by running XFChanger application from Start Menu Folder, you have selected during installation. Go to the top of this page 9. How to install TXBlobField & TXGraphicField as default classes for BLOB fields ? To install TXBlobField & TXGraphicField as default classes for BLOB fields, you should:
To do this you should have the Professional version (with source) of the package. Notice. From now, all necessary BLOB fields added in Fields Editor will be created as TXBlobField & TXGraphicField, but you still must to replace TBlobField & TGraphicField class names with TXBlobField & TXGraphicField in existing *.dfm & *.pas files. You can do it manually or by running XFChanger application from Start Menu Folder, you have selected during installation. Go to the top of this page Copyright © 1999-2024 X-Files Software
|