You've already forked lazarus-ccr
add AutoSize property to TRxDBRadioGroup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2000 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -204,6 +204,8 @@ type
|
|||||||
procedure SetItemEnabled(Index: integer; AValue: boolean);
|
procedure SetItemEnabled(Index: integer; AValue: boolean);
|
||||||
public
|
public
|
||||||
property ItemEnabled[Index: integer]: boolean read GetItemEnabled write SetItemEnabled;
|
property ItemEnabled[Index: integer]: boolean read GetItemEnabled write SetItemEnabled;
|
||||||
|
published
|
||||||
|
property AutoSize;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Reference in New Issue
Block a user