ProcName Function (Long, Logic) | |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
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:
StringSee Also