Subject | Re: [IBO] IB-Default Actions |
---|---|
Author | Geoff Worboys |
Post date | 2001-05-04T10:45:03Z |
> > if DataSource.Dataset is TIB_BDataset thenA worthwhile note. Its what I get for cut-n-paste :-)
> > with DataSource.Dataset as TIB_BDataset do
>
> this is overkill; once you've done the "is" check you
> can safely hardcast.
>
> if DataSource.Dataset is TIB_BDataset then
> with TIB_Dataset(DataSource.Dataset) do
Thanks
Geoff Worboys
Telesis Computing