Base=Class 
private
  FStyle:Item; 
  procedure  SetStyle(T:Item); 
public
  property Style: Item read FStyle write SetStyle;
end;