Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IWDBGrid and its Columns

255 views
Skip to first unread message

Mohammad

unread,
Aug 6, 2008, 9:00:39 AM8/6/08
to
Hi,
How can I access to IWDBGrid Column with code? for example I want to
invisible one of the columns.

thanks.

Joel

unread,
Aug 6, 2008, 10:20:21 AM8/6/08
to
something like

TIWDBGridColumn(iwdbgWorkListItem.Columns.Items[n]).DataField :=
'DaysPastDue';
TIWDBGridColumn(iwdbgWorkListItem.Columns.Items[n]).Title.Text := 'Past
Due';
TIWDBGridColumn(iwdbgWorkListItem.Columns.Items[n]).BGColor :=
UserSession.GridColorScheme.BGColor;
TIWDBGridColumn(iwdbgWorkListItem.Columns.Items[n]).OnTitleClick :=
WorkListTitleSort;

"Mohammad" <myE...@myemail.com> wrote in message
news:4899...@newsgroups.borland.com...

Mohammad

unread,
Aug 6, 2008, 1:01:21 PM8/6/08
to
thanks Joel
0 new messages