frmDebtor..::..SearchCategory Method

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorsUI
Assembly:  JiwaDebtorsUI (in JiwaDebtorsUI.dll)

Syntax


public bool SearchCategory(
	short CatNo,
	ref Object CategoryID,
	ref string CatDescription,
	Form OwnerForm
)
Public Function SearchCategory ( _
	CatNo As Short, _
	ByRef CategoryID As Object, _
	ByRef CatDescription As String, _
	OwnerForm As Form _
) As Boolean
public:
bool^ SearchCategory(
	short^ CatNo, 
	Object^% CategoryID, 
	String^% CatDescription, 
	Form^ OwnerForm
)

Parameters

CatNo
Type: Int16
CategoryID
Type: Object%
CatDescription
Type: String%
OwnerForm
Type: Form