Grid.WriteMethod Method | |
Note: This API is now obsolete.
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax [ObsoleteAttribute]
VIRTUAL METHOD WriteMethod(
cMethodName AS STRING,
cMethodText AS STRING,
lCreateMethod AS LOGIC,
nVisibility AS LONG,
cDescription AS STRING
) AS VOID
[ObsoleteAttribute]
public virtual void WriteMethod(
string cMethodName,
string cMethodText,
bool lCreateMethod,
int nVisibility,
string cDescription
)
Request Example
View SourceParameters
- cMethodName
- Type: String
- cMethodText
- Type: String
- lCreateMethod
- Type: Logic
- nVisibility
- Type: Long
- cDescription
- Type: String
Implements
WriteMethod(String, String, Logic, Long, String)See Also