delphi-feature-matrix a docwiki.embarcadero.com/RADStudio/XE7/en/Main_Page
Na něco určitě zapomenu, ale vyzvedl bych : (podle významu u mne)
// String-like operations on Dynamic Arrays
B: = [1, 2, 3, 4];
B: = B + [5, 6, 7];
Insert ([6, 7, 8], B, 5); // inserts array [6, 7, 8], into B at index 5
Delete (B, 1, 3); // deletes three elements starting at index 1
Concat ([1,2,3,4], [5,6,7])
var B: TBytes = [1, 2, 3, 4];
Datum: 2014-09-02 10:02:00 Tagy: XE7