RFApplication.GetMDLFileProperty2 (Available After RapidForm2002 PlusPack1)



Your Ad Here

Description

Retrieves the properties stored in the specified MDL file.

Syntax

Function RFApplication.GetMDLFileProperty2(fileName As String, pTitle As String, pSubject As String, pAuthor As String, pKeyword As String, pComment As String, sizeImage As Long, pImageColorValues As Byte) As RFErrorCode

The GetMDLFileProperty2 syntax has these parts:

Part Description
fileName [INString Required. The full path name of the MDL file.
pTitle [OUTString Required. Title of the MDL file.
pSubject [OUTString Required. Subject of the MDL file.
pAuthor [OUTString Required. Author of the MDL file.
pKeyword [OUTString Required. Keyword of the MDL file.
pComment [OUT] String Required. Comment of the MDL file.
sizeImage [IN] Long Required. Size of the memory storage space of pImageColorValues.
pImageColorValues [OUTByte Required. The first element of the Byte array storing the color value of each pixel of the thumbnail image.

Remarks

 

Return to Rapidform Index


Your Ad Here