Skip to content

Commit

Permalink
Fix jtableactns.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Jan 9, 2025
1 parent 7e97d30 commit d66afc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/db/jtable/jtableactns.pas
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TjTableParams = class(TObject)

{ TjTableGOpf }

generic TjTableGOpf<T> = class(specialize TdGOpf<TdSQLdbConnector, TdSQLdbQuery, T>)
generic TjTableGOpf<T: TObject> = class(specialize TdGOpf<TdSQLdbConnector, TdSQLdbQuery, T>)
private
FOnAfterRecordCount: TjTableAfterRecordCountEvent;
FOnAfterMakeFields: TjTableAfterMakeFieldsEvent;
Expand Down Expand Up @@ -107,7 +107,7 @@ generic TjTableGOpf<T> = class(specialize TdGOpf<TdSQLdbConnector, TdSQLdbQuer

{ TjTableGEntityOpf }

generic TjTableGEntityOpf<T> = class(specialize TdGEntityOpf<TdSQLdbConnector, TdSQLdbQuery, T>)
generic TjTableGEntityOpf<T: TObject> = class(specialize TdGEntityOpf<TdSQLdbConnector, TdSQLdbQuery, T>)
private
FOnAfterRecordCount: TjTableAfterRecordCountEvent;
FOnAfterMakeFields: TjTableAfterMakeFieldsEvent;
Expand Down

0 comments on commit d66afc9

Please sign in to comment.