|
typedef IlsBoolean(* | IlsSwTableCallbackDeleteRowType) (IlsSwTable &table, IlsAny arg, IlsBoolean destroy, IlsSwRow *&row, IlvBoolean &returnValue) |
| This is the IlsSwTable callback type for the callback IlsSwTable::DeleteRowSymbol() . More...
|
|
typedef IlsBoolean(* | IlsSwTableCallbackInsertRowType) (IlsSwTable &, IlsAny, IlvInt rowNumber, IliTableBuffer *buf, IlsSwRow *&row, IlvBoolean &returnValue) |
| This is the IlsSwTable callback type for the callback IlvSwTable::InsertRowSymbol() . More...
|
|
typedef IlsBoolean(* | IlsSwTableCallbackType) (IlsSwTable &, IlsAny) |
| This the default IlsSwTable callback type. More...
|
|