Página 1 de 1

TBrwColumn objects

Publicado: Vie Oct 10, 2008 7:37 pm
por g.s.rogers
I'm wondering why TBrwColumn objects don't have a variable name that can be
assigned (or maybe I don't know how or where to assign it). I can address
them by something like this:
::oDBBrowseGroupAllocations:aCols[1]:aEditListText :=
::oDbfDataSetAllocations:SaveToArray("ALLOC")
but I have to remember which columns hold which data and since just about
everything else has a user-assigned object name, I'm wondering why column
objects apparently don't?
TIA,
Gary S. Rogers