FMX.Types3D.TContext3D.GetValid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValid: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetValid(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Getter method for the Valid property.

GetValid is a virtual, abstract method. TContext3D descendants implement GetValid to return the value of the Valid property.

See Also