Controls

Top  Previous  Next

To use Dialogue form controls in a report place a “TfrxDialogControls” _img258 component from the FastReport component palette on the Delphi project form. Alternatively add “frxDCtrl” to the “Uses” list. The following controls then become available for use in the report:

 

Element

Name

Description

clip0243

TfrxLabelControl

control for displaying fixed texts on the dialogue form

clip0244

TfrxEditControl

control for entering text using the keyboard

clip0245

TfrxMemoControl

control for entering multiple lines of text using the keyboard

clip0246

TfrxButtonControl

control representing a button

clip0247

TfrxCheckBoxControl

control representing a flag, having two states - enabled or disabled; has an adjacent label

clip0248

TfrxRadioButtonControl

control representing a radio button. There must be more than one radio button control on the form

clip0249

TfrxListBoxControl

control representing a list of items from which one can be selected

clip0250

TfrxComboBoxControl

control representing a drop-down list of items from which one can be selected

clip0251

TfrxDateEditControl

control representing a field with a drop-down calendar for date entry

clip0252

TfrxGroupBoxControl

control representing a labelled box that can contain other objects

clip0253

TfrxPanelControl

control representing a panel which can contain other objects

clip0254

TfrxBitBtnControl

control representing a button containing a picture

clip0255

TfrxSpeedButtonControl

control representing a speed button containing a picture

clip0256

TfrxMaskEditControl

control for entering text using the keyboard and conforming to a template

clip0257

TfrxCheckListBoxControl

control representing a list of items, selected by means of a checkbox

clip0258

TfrxBevelControl

control used for showing lines and frames on the form

clip0259

TfrxImageControl

control representing a picture in “BMP”, “ICO”, “WMF” or “EMF” format

 

All the controls are similar to those used in Delphi. See the FastReport component help for information on the properties, events and methods of each control.