Field_Class_Name - DataDictionary
Specifies a specific class as the default class for a table column
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iField | Integer | Number of the field in the table |
Syntax
Property String Field_Class_Name
| Access Type | Syntax |
|---|---|
| Read Access: | Get Field_Class_Name to StringVariable |
| Write Access: | Set Field_Class_Name to StringVariable/Value |
Description
Field_Class_Name assigns the class name of a specific control to each column. By default, the Studio will use this information to determine the class of control that is created whenever the column is dragged onto a component. This setting does not stop you from explicitly choosing a different control class for the column in the Studio, or from changing the class of control on an individual basis; it is only the default.
If you leave this blank, the Studio will determine the best control to use for the column. The Studio does a good job of assigning the right control, so this property will usually be left empty.
Sample
Set Field_Class_Name Field Cust.Address to "cDbAddressForm"
See Also