Changeset 114 for Docking/CoolDocking/UCoolDockStyle.pas
- Timestamp:
- Jan 5, 2011, 7:51:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCoolDockStyle.pas
r103 r114 23 23 procedure Switch(Index: Integer); virtual; 24 24 procedure ChangeVisible(Control: TWinControl; Visible: Boolean); virtual; 25 procedure SetVisible(const AValue: Boolean); virtual; 25 26 property HeaderPos: THeaderPos read GetHeaderPos write SetHeaderPos; 27 property Visible: Boolean write SetVisible; 26 28 end; 27 29 … … 32 34 33 35 { TCoolDockStyle } 36 37 procedure TCoolDockStyle.SetVisible(const AValue: Boolean); 38 begin 39 40 end; 34 41 35 42 function TCoolDockStyle.GetHeaderPos: THeaderPos;
Note:
See TracChangeset
for help on using the changeset viewer.