Searched refs:pCellControl (Results 1 – 1 of 1) sorted by relevance
184 DbCellControl* pCellControl = NULL; in CreateControl() local187 pCellControl = new DbFilterField(m_rParent.getServiceManager(),*this); in CreateControl()194 case TYPE_CHECKBOX: pCellControl = new DbCheckBox(*this); break; in CreateControl()195 case TYPE_COMBOBOX: pCellControl = new DbComboBox(*this); break; in CreateControl()197 case TYPE_DATEFIELD: pCellControl = new DbDateField(*this); break; in CreateControl()198 case TYPE_LISTBOX: pCellControl = new DbListBox(*this); break; in CreateControl()201 case TYPE_TEXTFIELD: pCellControl = new DbTextField(*this); break; in CreateControl()215 pCellControl->Init( m_rParent.GetDataWindow(), xCur ); in CreateControl()219 m_pCell = new FmXFilterCell(this, pCellControl); in CreateControl()228 m_pCell = new FmXEditCell( this, *pCellControl ); in CreateControl()[all …]
Completed in 62 milliseconds