Skip to content

Commit

Permalink
Update for TStream.CopyForm fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Aug 14, 2024
1 parent 048a1a8 commit dcf8397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHelp/isxclasses_wordlists_generated.pas
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ interface
'function CalculateButtonWidth(ButtonCaptions: array of String): Integer;',
'function CanFocus: Boolean;',
'function CheckItem(Index: Integer; AOperation: TCheckItemOperation): Boolean;',
'function CopyFrom(Source: TStream; ByteCount: Int64): Int64;',
'function CopyFrom(Source: TStream; ByteCount: Int64; BufferSize: Integer): Int64;',
'function Download: Int64;',
'function Find(S: String; var Index: Integer): Boolean;',
'function FindComponent(AName: String): TComponent;',
Expand Down

0 comments on commit dcf8397

Please sign in to comment.