Метод | Описание | |
---|---|---|
fGroup ( ) : System | ||
getAsc ( ) : bool | ||
getDbField ( ) : string | ||
getFieldType ( ) : int | ||
getGrandTotal ( ) : bool | ||
getIndex ( ) : int | ||
getOk ( ) : bool | ||
getPrintInNewPage ( ) : bool | ||
getReprintGroup ( ) : bool | ||
getSortByDate ( ) : bool | ||
getSortByNumber ( ) : bool | ||
getSortByText ( ) : bool | ||
getTxDbField ( ) : cMaskEdit | ||
getTxName ( ) : cMaskEdit | ||
setAsc ( bool value ) : void | ||
setDbField ( string sField ) : void | ||
setDesc ( bool value ) : void | ||
setFieldType ( int rhs ) : void | ||
setGrandTotal ( bool value ) : void | ||
setHandler ( cEditor editor ) : void | ||
setIndex ( int rhs ) : void | ||
setPrintInNewPage ( bool value ) : void | ||
setReprintGroup ( bool value ) : void | ||
setSortByDate ( bool value ) : void | ||
setSortByNumber ( bool value ) : void | ||
setSortByText ( bool value ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cmdCancel_Click ( object sender, EventArgs e ) : void | ||
cmdOk_Click ( object sender, EventArgs e ) : void | ||
cmd_dbField_Click ( object sender, EventArgs e ) : void | ||
fGroup_Load ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public setDbField ( string sField ) : void | ||
sField | string | |
Результат | void |
public setGrandTotal ( bool value ) : void | ||
value | bool | |
Результат | void |
public setHandler ( cEditor editor ) : void | ||
editor | cEditor | |
Результат | void |
public setPrintInNewPage ( bool value ) : void | ||
value | bool | |
Результат | void |
public setReprintGroup ( bool value ) : void | ||
value | bool | |
Результат | void |
public setSortByDate ( bool value ) : void | ||
value | bool | |
Результат | void |
public setSortByNumber ( bool value ) : void | ||
value | bool | |
Результат | void |
public setSortByText ( bool value ) : void | ||
value | bool | |
Результат | void |