Subject | Re: [IBO] IB-Default Actions |
---|---|
Author | Nando Dessena |
Post date | 2001-05-04T09:42:35Z |
Hi Geoff,
just a note (completely OT, I admit):
hardcast.
if DataSource.Dataset is TIB_BDataset then
with TIB_Dataset(DataSource.Dataset) do
Ciao
--
____
_/\/ando
just a note (completely OT, I admit):
> if DataSource.Dataset is TIB_BDataset thenthis is overkill; once you've done the "is" check you can safely
> with DataSource.Dataset as TIB_BDataset do
hardcast.
if DataSource.Dataset is TIB_BDataset then
with TIB_Dataset(DataSource.Dataset) do
Ciao
--
____
_/\/ando