Jump to content

Compile Error - Undeclared Identifier


johnp

Recommended Posts

I just installed the latest build and I now get undeclared indentifier errors that is in Exdata.pas that refers to  FTplExtXTemplate : TExtXTemplate; How can I correct. Worked fine before the update.

 

I am running on an XP Pro machine with Delphi XE.

 

John P.

Link to comment
Share on other sites

Hi Farshad.
 
Why is the folder C: \ Program Files \ FMSoft \ Framework \ uniGUI \ ExtPascal \ greatly curtailed?
 
1. I corrected the mistake UniDBGrid, using ExtData.
2. How can I use the following code, without ExtData?
 
uses ..., ExtData;
type
  THackUniDBGrid = class (TUniDBGrid)
    procedure RemoveAll;
  end;

procedure THackUniDBGrid.RemoveAll;
Var
  ST: TExtDataStore;
Begin
  ST: = TExtDataStore (Self.ExtGridPanel.Store);
  ST.RemoveAll (True);
end;
procedure TMainForm.UniBitBtn1Click (Sender: TObject);
begin
  THackUniDBGrid(UniDBGrid1).RemoveAll;  
  ClientDataSet2.Close
end;
 
 
On the one hand does not take into account the versioning is bad, especially when the project is large!
 
4. Or, we can simply replace the ExtData on the ExtPascalUtils??
 
Please Farshad, give us the solution .... 

 

 
Sincerely ...
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...