Vcl.Forms.TApplication.DefaultRoundedCorners

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

Delphi

property DefaultRoundedCorners: TRoundedCornerType read FDefaultRoundedCorners write FDefaultRoundedCorners;

C++

__property TRoundedCornerType DefaultRoundedCorners = {read=FDefaultRoundedCorners, write=FDefaultRoundedCorners, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication


説明

DefaultRoundedCorners は、すべての後続のフォーム インスタンスに、RoundedCorners のデフォルト値を適用します。

関連項目