RAD Studio VCL Reference
|
Indicates whether a dataset is linked to a specified data source.
function IsLinkedTo(DataSource: TDataSource): Boolean;
__fastcall Boolean IsLinkedTo(TDataSource DataSource);
Call IsLinkedTo to verify that a dataset provides data through a specific data source. DataSource is the data source component to test.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|