Show: Delphi
C++
Display Preferences
FMX.Types.IScene.GetCanvas
From XE2 API Documentation
Delphi
function GetCanvas: TCanvas;
C++
virtual TCanvas* __fastcall GetCanvas(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IScene |
Description
Getter function for the Canvas property.
Implement GetCanvas to get the Canvas of the current scene.