Previous Topic: void SetFormObjId(HINT32 ObjId)Next Topic: bool CopyFileData()


HINT32 GetFileSize(void)

Retrieves the file size of the attachment.

Owning Class

CaFormAttachment

Arguments

None

Return Value

HINT32 - file size

Exceptions

Throws CaException on error.

Example

HINT32 iFileSize = FormAttachment.GetFileSize();

More information: