TiObjectCanvas.GetObjectVisible
TiObjectCanvas
Used to get an object's font bold property value.
function GetObjectVisible(Handle : Integer) : Boolean;
Description
Call GetObjectVisible to get an object's visible property value. All objects
have a visible property.
Example
Delphi
Value := iComponent.GetObjectVisible(5);
C++ Builder
Value = iComponent->GetObjectVisible(5);
Contents | Index | Previous | Next