getComponents method of the DataFieldInfo class
The data field components represented by DataFieldInfo objects. If the field has only one component, this array contains one element. May be returned null, if the field is not compound.
DataFieldInfo[] getComponents();
Return values
Returns an array of DataFieldInfo objects.
3/2/2022 12:59:15 PM