DbMemoExt Function | |
This returns the memo extension of the file in the current workarea. For example DBT or FPT.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION DbMemoExt(
cDriver
) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static string DbMemoExt(
Usual cDriver = default
)
Request Example
View SourceParameters
- cDriver (Optional)
- Type: Usual
Return Value
Type:
StringThe memo extension of the file (if any). When no file is open than the default memo extension for the default RDD is returned.
See Also