|
TrvActionOpen.OnOpenFile |
Top Previous Next |
|
Occurs when the action opened a file. type TRVOpenFileEvent = procedure (Sender: TObject; Editor: TCustomRichViewEdit; const FileName: String; FileFormat: TrvFileOpenFilter; CustomFilterIndex: Integer) of object;
property OnOpenFile: TRVOpenFileEvent; Parameters are the same as in LoadFile method. |