Writing Property Editors 编写属性编辑器 When you select a component in the designer its properties are displayed in the object inspector. You can create your own editor for any property. The "Font" property, for example, has an editor : if this prope…
Writing Component Editors 编写组件的编辑器 All common control editors (opened from a control's context menu or by double-clicking) create blank OnClick event handlers by default. This behavior can be altered by writing a custom editor. Also, the custom ed…
Writing Custom Wizards 编写自定义的向导 You can extend FastReport's functionality with the help of custom wizards. FastReport, for example, contains the standard "Report Wizard" which is called from the "File >|New-" menu item. There are…
Writing Custom DB Engines 编写定制的DB引擎 FastReport can build reports not only with data sourced from a Delphi application but also from data sources (connections to DBs, queries) created within the report itself. FastReport comes with engines for ADO,…