Class TSpeedItem (unit SpeedBar) |
TComponent
TSpeedItem
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
TSpeedItem
Functions |
procedure TSpeedItem.SetSectionName(const Value: string); begin if FParent <> nil then FSection := FParent.SearchSection(Value) else FSection := -1; FSectionName := Value; end;
procedure SetSectionName(const Value: string);
Properties |
Events |
Variables |