Description
Read-only property indicating the characteristics and capabilities of the selected file format.
-
Property type
-
A mcsfFormatCharacteristics enumeration.
-
Syntax
-
object.FormatCharacteristics
The FormatCharacteristics Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | Remarks
The property will check the currently selected file format, so the format must be selected through the Format property, or by setting the FullPathName prior to getting the FormatCharacteristics property.
|