Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function CreateDataSet to generated code #10

Closed
bogdanpolak opened this issue Aug 8, 2019 · 2 comments
Closed

Add function CreateDataSet to generated code #10

bogdanpolak opened this issue Aug 8, 2019 · 2 comments

Comments

@bogdanpolak
Copy link
Owner

Add code

function Create_ABC_DataSet: TDataSet;
var
  ds: TFDMemTable;
begin
  ds := TFDMemTable.Create(Self);
  // Old code
  ds.First;
  Result := ds;
end;
@bogdanpolak
Copy link
Owner Author

function CreateMemDataSet_ABC: TDataSet;

@bogdanpolak bogdanpolak removed this from the ver1.01 milestone Sep 10, 2019
@bogdanpolak
Copy link
Owner Author

Not important. Function name CreateMemDataSet will be renamed in the host projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant