Previous Topic: SetFormObjId Method

Next Topic: CopyFileData Method


GetFileSize Method

Retrieves the file size of the attachment.

Syntax

object.GetFileSize()

Owning Class

CaWFormAttachment

Arguments

None

Return Value

HINT32 - file size.

Example

HINT32 iFileSize = FormAttachment.GetFileSize()

More information: