The Wayback Machine - https://web.archive.org/web/20200705003104/https://github.com/topics/refactorings
Skip to content
#

refactorings

Here are 12 public repositories matching this topic...

bogdanpolak
bogdanpolak commented Mar 8, 2020

Use code snippets to build new sample project: 03-datamodule

procedure TDataModule1.OnCreate(Sender: TObject);
begin
  fOrdersProxy := TOrdersProxy.Create(fOwner);
  fOrdersDataSource := fOrdersProxy.ConstructDataSource;
end;

procedure TDataModule1.InitOrders(aYear, aMonth: word);
begin
  fOrdersProxy.WithFiredacSQL( FDConnection1,
    'SELECT OrderID, CustomerID, OrderDate,

Improve this page

Add a description, image, and links to the refactorings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the refactorings topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.