yes, is it currently active.
i need this because if a user resizes the form the richedit is also resized to stay in proportion, but if the scroll bar is active and the form was resized quick, GetScrollPos() will not always return 0.
so my aim is to make a function like
function ScrollPos:Integer;
begin
if Active then
//Scrollpos result
else
Result:= 0;
end;
Main Topics
Browse All Topics





by: wildzeroPosted on 2006-04-20 at 14:19:44ID: 16502684
By enabled you mean, is showing up? (ie the user has lots of text in the box?)