IBX.IBSubscription.TIBSubscriptionInfos.Add

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Add: TIBSubscriptionInfo; overload;
function Add(ForTable : String): TIBSubscriptionInfo; overload;

C++

HIDESBASE TIBSubscriptionInfo* __fastcall Add()/* overload */;
HIDESBASE TIBSubscriptionInfo* __fastcall Add(System::UnicodeString ForTable)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionInfos


Beschreibung

Fügt der Sammlung ein neues TIBSubscriptionInfo-Element hinzu und gibt die Sammlung zurück.

Siehe auch