IVFPObject.WriteMethod Method | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax METHOD WriteMethod(
cMethodName AS STRING,
cMethodText AS STRING,
lCreateMethod AS LOGIC,
nVisibility AS LONG,
cDescription AS STRING
) AS VOID
void WriteMethod(
string cMethodName,
string cMethodText,
bool lCreateMethod,
int nVisibility,
string cDescription
)
Parameters
- cMethodName
- Type: String
- cMethodText
- Type: String
- lCreateMethod
- Type: Logic
- nVisibility
- Type: Long
- cDescription
- Type: String
See Also