Description
IPSCDataField is defined so application can access custom information through it. IPSCDataField has different methods and properties which allow to access some field of the data. Data field can have value, type, name and some other properties. It is suggested to create IPSCDataField provider and use it instead direct access to the data as it gives more flexibility.
IPSCDataField is different from IPSCDataFields and IPSCDataSet as it provides access to the single piece of data. If you have list of properties or list of named items use IPSCDataFields. If you have many records, use IPSCDataSet.