Fixed SetValue
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user