Vcl.DBCtrls.TDBImage.LoadPicture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadPicture;

C++

void __fastcall LoadPicture();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBImage

Description

Loads the image stored in the field into the database image control.

If the value of the AutoDisplay property is false, the image of a database image control is not automatically loaded. If AutoDisplay is false, control when the image is loaded at runtime by calling LoadPicture when the image should appear in the control.

See Also