frmCashBook..::..SearchLedgerAccount Method

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

Syntax


public bool SearchLedgerAccount(
	ref string LedgerID,
	ref string LedgerAccountNo,
	ref string LedgerDescription,
	string QueryFilter,
	string Caption,
	Form OwnerForm,
	string PreTypeKeys
)
Public Function SearchLedgerAccount ( _
	ByRef LedgerID As String, _
	ByRef LedgerAccountNo As String, _
	ByRef LedgerDescription As String, _
	QueryFilter As String, _
	Caption As String, _
	OwnerForm As Form, _
	PreTypeKeys As String _
) As Boolean
public:
bool^ SearchLedgerAccount(
	String^% LedgerID, 
	String^% LedgerAccountNo, 
	String^% LedgerDescription, 
	String^ QueryFilter, 
	String^ Caption, 
	Form^ OwnerForm, 
	String^ PreTypeKeys
)

Parameters

LedgerID
Type: String%
LedgerAccountNo
Type: String%
LedgerDescription
Type: String%
QueryFilter
Type: String
Caption
Type: String
OwnerForm
Type: Form
PreTypeKeys
Type: String