Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 9.0

On this page

You are viewing documentation of version 9.0, which is not included in the latest version. Click here to open the index page for version 18.0.

IKeymanPackageSubFile::FileType

Returns the type of the file: ftKeymanSource = $00000000; ftPackageSource = $00000001; ftKeymanFile = $00000002; ftPackageFile = $00000003; ftPackageInstallerFile = $00000004; ftFont = $00000005; ftReadme = $00000006; ftTextFile = $00000007; ftKeymanWizard = $00000008; ftOther = $00000009; ftBitmap = $0000000A; ftVisualKeyboard = $0000000B; ftAddinFile = $0000000C; ftCustomisation = $0000000D;

Declaration
Property Get FileType As tagKeymanFileType
Parameters
No Name Type Description
Return Value
tagKeymanFileType
Example Code