Adds a default role for TCustomLabel

git-svn-id: trunk@35587 -
This commit is contained in:
sekelsenmat 2012-02-24 19:33:47 +00:00
parent 62739cca82
commit 0eb5dd0740

View File

@ -213,6 +213,8 @@ begin
FInternalSetBounds := False;
Color := clNone;
AutoSize := True;
// Accessibility
AccessibleRole := larLabel;
end;
function TCustomLabel.GetTransparent: boolean;