Unit 'IdMessageCollection' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdMessageItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdMessageCollection.pas line 51

type TIdMessageItem = class(TCollectionItem)

protected

  FAttempt: Integer;

  

  FMsg: TIdMessage;

  

  FQueued: Boolean;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Attempt: Integer; [rw]

  

  property Msg: TIdMessage; [r]

  

  property Queued: Boolean; [rw]

  

end;

Inheritance

TIdMessageItem

  

|

TObject



CT Web help

CodeTyphon Studio