AnyDAC
ContentsIndexHome
PreviousUpNext
TADMapRules.Add Method

Appends new TADMapRule object to a collection.

Group
Links

Call Add method to add new empty TADMapRule object to a collection.

function Add: TADMapRule; overload;

Items, TCollection.Count

with ADConnection1.FormatOptions.MapRules.Add do begin
  SourceDataType := dtWideString;
  TargetDataType := dtAnsiString;
end;
What do you think about this topic? Send feedback!