Functions.ProcName Method (Long, Logic) |  |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.16
Syntax FUNCTION ProcName(
wActivation AS LONG,
lShowSignature AS LOGIC
) AS STRING
public static string ProcName(
int wActivation,
bool lShowSignature
)
Request Example
View SourceParameters
- wActivation
- Type: Long
- lShowSignature
- Type: Logic
Return Value
Type:
String
See Also