Skip to content

Commit

Permalink
prop FileName is readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Oct 22, 2019
1 parent 3a7b165 commit 92b35f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion econtrol/ec_syntanal.pas
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ TLoadableComponent = class(TComponent)
procedure LoadFromStream(const Stream: TStream); virtual;
protected
procedure SetName(const NewName: TComponentName); override;
property FileName: string read FFileName write LoadFromFile;
property FileName: string read FFileName;
end;

TParseTokenEvent = procedure(Client: TecParserResults; const Text: ecString; Pos: integer;
Expand Down

0 comments on commit 92b35f5

Please sign in to comment.