SHDocVw.IWebBrowser.Get_Width

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Get_Width: Integer; safecall;

C++

virtual HRESULT __safecall Get_Width(int &__Get_Width_result) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser


説明

Width プロパティの値を返します。

オブジェクトの幅を判別するには、Get_Width を使用します。

関連項目