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; FInternalSetBounds := False;
Color := clNone; Color := clNone;
AutoSize := True; AutoSize := True;
// Accessibility
AccessibleRole := larLabel;
end; end;
function TCustomLabel.GetTransparent: boolean; function TCustomLabel.GetTransparent: boolean;