FileSave Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Files >

FileSave Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

procedure FileSave(const FileName: WideString);

Section

Description

Saves current PowaMaster file using specified FileName.

Section

Parameters

 

Parameter

Usage

FileName

Name of PowaMaster file to save.

Section

Method Result

none

Section

Example

PowaMasterObj.FileSave(FileName);

Section

See Also

FileOpen

Section