CurrentRow() method of XBrowse is one of the many least known features of XBrowse. Those who are interested in knowing more about this feature and its benefits may see the topic viewtopic.php?f=3&t=17870
... any kind of data. Fivewin does not provide TRecord like facility for its TDatabase class, but provides a more generic solution in XBrowse. oBrw:CurrentRow() oBrw:CurrentRow() returns a Row object which can be used for pop-up edits. This works whether the data being browsed is TData, TDatabase, ...
>> . Here is static class - TXBrRow() . This is used only in CurrentRow() method >> The purpose of this class is different. I was intended to help editing a row in a Dialog and not for inline editing. Particularly to solve the occasional problem ...
... a subclass of TDataBase In mine opinion it's needfull to do subclass in xBrowse ... :-) . Here is static class - TXBrRow() . This is used only in CurrentRow() method . I can image that this class can be extended as for a new blank line , a la array line . Then extend in xBrowse class Paints methods ...
Silvio, With the recurse drag & drop, maybe it's possible. In the class xBrowse, you can use the method ::CurrentRow() to get selected rows and method ::oCol( cHeader ) to get the data properties and another things of the cHeader object column Still exists the method ::ClpRow( ...
... serán eliminadas. aSeq es una matriz que contiene las cabeceras ó el orden de creación de las columnas y se pueden entremezclar. 3) Nuevo: método CurrentRow(), devuelve un objeto conteniendo la fila en el momento de la llamada. Incluso por algunas razones inesperadas al navegar por cualquier otra ...
... columns are totally deleted. aSeq is an array containing either Headers or Creationorder of the columns and they can be intermixed. 3) New Method: CurrentRow() returns an object containing values of the row at the time of call. Even for some unexpected reasons the browse navigates to any other ...