Parameter | Description |
---|---|
iField | Number of the field in the table |
Property String Field_Class_Name
Read Access: | Get Field_Class_Name iField to StringVariable |
Write Access: | Set Field_Class_Name iField to StringVariable/Value |
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.
Set Field_Class_Name Field Cust.Address to "cDbAddressForm"See Also