DockTabSet.TTabDockPanel Properties
From RAD Studio VCL Reference
Delphi Information
| property SplitterWidth: Integer read FSplitterWidth write FSplitterWidth; | |
| property DockClientInfo: TDockClientInfo read FDockClientInfo; | |
| property SplitterPanel: TPanel read FSplitterPanel; | |
| property AnimateSpeed: Integer read FAnimateSpeed write FAnimateSpeed; |
Sets the animation speed on the panel and pin. |
Unit: DockTabSet
Type: property
Visibility: public
Member Of: TTabDockPanel
C++ Information
| __property int SplitterWidth = {read=FSplitterWidth,write=FSplitterWidth}; | |
| __property Docktabset::TDockClientInfo * DockClientInfo = {read=FDockClientInfo}; | |
| __property Extctrls::TPanel * SplitterPanel = {read=FSplitterPanel}; | |
| __property int AnimateSpeed = {read=FAnimateSpeed,write=FAnimateSpeed}; |
Sets the animation speed on the panel and pin. |
Unit: DockTabSet
Type: property
Visibility: public
Member Of: TTabDockPanel
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!