TProjectAttachment Class

Namespace: Sigma.Document
type
 TProjectAttachment = class(TObject)
 end;

The TProjectAttachment type exposes the following members.

Show:
 NameDescription
Description

Represents property Description.

Filename

Represents property Filename.

Group

Represents property Group.

Hidden

Represents property Hidden.

Name

Represents property Name.

Size

Represents property Size.

Top
Show:
 NameDescription
GetDescription

Represents method GetDescription.

GetFilename

Represents method GetFilename.

GetGroup

Represents method GetGroup.

GetHidden

Represents method GetHidden.

GetName

Represents method GetName.

GetSize

Represents method GetSize.

LoadFromStream(TStream)

Represents method LoadFromStream(TStream).

SaveToStream(TStream)

Represents method SaveToStream(TStream).

SetDescription(String)

Represents method SetDescription(String).

SetGroup(String)

Represents method SetGroup(String).

SetHidden(Boolean)

Represents method SetHidden(Boolean).

SetName(String)

Represents method SetName(String).

Top

TProjectAttachment is an abstract base class and can not be instantiated directly.