RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXProperties.AddProperties Method (TStrings)

Add name/value pairs from List into instance of TDBXProperties.

Pascal
procedure AddProperties(List: TWideStrings); overload;
procedure AddProperties(List: TStrings); overload;
C++
__fastcall AddProperties(TWideStrings List);
__fastcall AddProperties(TStrings List);

Use AddProperties to add the name/value pairs from List into this instance of TDBXProperties

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!