Fixed SetValue

This commit is contained in:
oscarl-2
2003-02-15 23:01:47 +00:00
parent 86b5cd2bb5
commit 4a8ba2a2fd

View File

@@ -152,7 +152,7 @@ end;
procedure TRadioButton.SetValue(aValue : integer); procedure TRadioButton.SetValue(aValue : integer);
begin begin
// BRadioButton_SetValue(CPlusObject, aValue); BRadioButton_SetValue(CPlusObject, aValue);
end; end;
procedure TRadioButton.GetPreferredSize(width : double; height : double); procedure TRadioButton.GetPreferredSize(width : double; height : double);