Applies to
Declaration
property Items: TList read; public
Description
Returns the list of data items. You may use this list to add/move/insert/delete individual data items. Keep in mind however that you are responsible for deallocation of memory for data items! Use container's Clear method to clear container and free all its data items instead of List.Clear.