TProjectFileAttachment Class

Represents type TProjectFileAttachment.

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

The TProjectFileAttachment type exposes the following members.

Show:
 NameDescription
Description

Represents property Description. (Inherited from TProjectAttachment.)

Filename

Represents property Filename. (Inherited from TProjectAttachment.)

Group

Represents property Group. (Inherited from TProjectAttachment.)

Hidden

Represents property Hidden. (Inherited from TProjectAttachment.)

Name

Represents property Name. (Inherited from TProjectAttachment.)

Size

Represents property Size. (Inherited from TProjectAttachment.)

Top
Show:
 NameDescription
GetDescription

Represents method GetDescription. (Inherited from TProjectAttachment.)

GetFilename

Represents method GetFilename. (Inherited from TProjectAttachment.)

GetGroup

Represents method GetGroup. (Inherited from TProjectAttachment.)

GetHidden

Represents method GetHidden. (Inherited from TProjectAttachment.)

GetName

Represents method GetName. (Inherited from TProjectAttachment.)

GetSize

Represents method GetSize. (Inherited from TProjectAttachment.)

LoadFromStream(TStream)

Represents method LoadFromStream(TStream). (Inherited from TProjectAttachment.)

SaveToStream(TStream)

Represents method SaveToStream(TStream). (Inherited from TProjectAttachment.)

SetDescription(String)

Represents method SetDescription(String). (Inherited from TProjectAttachment.)

SetGroup(String)

Represents method SetGroup(String). (Inherited from TProjectAttachment.)

SetHidden(Boolean)

Represents method SetHidden(Boolean). (Inherited from TProjectAttachment.)

SetName(String)

Represents method SetName(String). (Inherited from TProjectAttachment.)

Top