Indy 9
|
TIdMessageCollection = class(TCollection)
TIdMessageCollection enhances the ancestor class by insuring that collection items added to the container are TIdMessageItem instances.
TIdMessageCollection extends the ancestor class by providing indexed access to TIdMessage instances in the container using the Messages property.
property Messages [index: Integer]: TIdMessage;
function Add: TIdMessageItem;