Add Field (LiveBindings)
Go Up to LiveBindings Dialog Boxes
The Add Field dialog box appears when you want to add new fields to a data source. The dialog appears when you:
- Press Add Field in the LiveBindings Wizard on the Fields page.
- Click the Add Field... command in the right-click context menu of a TPrototypeBindSource component.
- Press the Add New command button () of the Fields Editor dialog box for a TPrototypeBindSource component.
You can specify the name of the field and choose a field data based on your needs. For instance, you can use a field with string type data (ftString
) using Integers as a generator. Checking the Shuffle Values produces values that are not in sequential order, while checking Repeat Values produces a repeating sequence of generated values. To create a column of data with values in no particular order with duplicates, check both Shuffle Values and Repeat Values. To create a column of data with a fixed number of values in sequential order, clear both Shuffle Values and Repeat Values.
The Sample Value box displays values as they are being generated. The Next Value button advances the values.