
Pascal Script Reference 51
Copyright © 2005 - 2007 ELRASOFT Ltd., www.elrasoft.com, www.elrasoft.eu
4.2 File I/O
function AddOpenFileAction( Caption, DeviceName, FileName: string ): boolean
function OpenFile( FileName: string ): boolean
4.2.1 AddOpenFileAction
function AddOpenFileAction( Caption, DeviceName, FileName: string ): boolean
4.2.2 OpenFile
function OpenFile( FileName: string ): boolean
4.3 Hex Editor
function GetByteHexEdit( Offset: integer ): byte
function GetSizeHexEdit: integer
procedure RefreshHexEdit
function SelectAllMemoryRange: boolean
function SelectEEPROMRange: boolean
procedure SetByteHexEdit( Offset: integer; Value: byte )
procedure SetProgramModifiedOnly( Value: boolean )
function SetProgramRange( StartVal, EndVal: integer ): boolean
4.3.1 GetByteHexEdit
function GetByteHexEdit( Offset: integer ): byte
4.3.2 GetSizeHexEdit
function GetSizeHexEdit: integer
4.3.3 RefreshHexEdit
procedure RefreshHexEdit
4.3.4 SelectAllMemoryRange
function SelectAllMemoryRange: boolean
4.3.5 SelectEEPROMRange
function SelectEEPROMRange: boolean
4.3.6 SetByteHexEdit
procedure SetByteHexEdit( Offset: integer; Value: byte )
4.3.7 SetProgramModifiedOnly
procedure SetProgramModifiedOnly( Value: boolean )
4.3.8 SetProgramRange
function SetProgramRange( StartVal, EndVal: integer ): boolean
Kommentare zu diesen Handbüchern