Unit 'IdMessage' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdMIMEBoundary

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

Declaration

Source position: IdMessage.pas line 323

type TIdMIMEBoundary = class(TObject)

protected

  FBoundaryList: TStrings;

  

  FParentPartList: TStrings;

  

  function GetBoundary;

  

  function GetParentPart;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Push();

  

  procedure Pop;

  

  procedure Clear;

  

  function Count;

  

  property Boundary: string; [r]

  

  property ParentPart: Integer; [r]

  

end;

Inheritance

TIdMIMEBoundary

  

|

TObject



CT Web help

CodeTyphon Studio