Hi all.
Can I programaticly in runtime get list of
all SpecificOptions ?
WBR
Janex
UniConnection.SpecificOptions
-
AndreyZ
Re: UniConnection.SpecificOptions
Hello,
You can use the following code:
You can use the following code:
Code: Select all
if TUniUtils.CanGetProvider(UniConnection1) then
Memo1.Lines.AddStrings(TUniUtils.GetProvider(UniConnection1).GetConnectionOptions);