Delphi
property DataSources[Index: Integer]: TDataSource read GetDataSources;
C++
__property TDataSource* DataSources[int Index] = {read=GetDataSources};