<< Click to display table of contents >> TRVFullScreenEvent |
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVFullScreenEvent = procedure(Sender: TObject;
const AShow: Boolean) of object;
This is the type of the following events:
•TRVCamView.OnFullScreen
•TRVCamMultiView.OnFullScreen
These events is called before showing a full-screen window, and when closing a full-screen window.
Parameters
AShow = True when a full-screen window is about to show.