ViewFileContent(FileItem)
Dim DBPath DBPath = "c:\sample.fdb" CreateDB(DBPath) OpenDB(DBPath)
Set fi = ImportFile("C:\a.txt", CatalogDB.CatalogRoot) IsOK = LoadFileContent(fi)
IsOK = ViewFileContent(fi)
If IsOK Then MsgBox "ViewFileContent is ok!"
LoadFileContent
LoadFileContents
ClearFileContent
ClearFileContents