Property IDText.DataField: String (R/W)
Description
Sets or gets the name of the datafield displayed in the the panel above the tabsheets of the EditForm.
Use IDText1 for the first text label. Use IDText2 for the second text label.
Code Snippet
MyEditFrm.IDText1.DataField = "CountryCode"
MyEditFrm.IDText2.DataField = "Description"