Vcl.OleCtrls.TOleControl.SetShortIntProp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetShortIntProp(Index: Integer; Value: Shortint);

C++

void __fastcall SetShortIntProp(int Index, System::Int8 Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Définit une propriété d'un contrôle ActiveX sur la valeur de type ShortInt spécifiée.

Utilisez SetShortIntProp pour définir une propriété d'un contrôle ActiveX sur la valeur spécifiée. Le paramètre Index spécifie le dispid de la propriété en cours de définition. Le paramètre Value contient la valeur définie.

Voir aussi